|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.kbr.api.KbrReq | +--dd.dht.api.DhtIteratorStartReq
DhtIteratorStartReq
requests the start of an iteration over
the DHT root (or nonroot) set.
Field Summary | |
---|---|
int |
maxReturn
Max num entries for DhtIteratorNextResp |
boolean |
root
Flag indicating to retrieve from root (or nonroot) set |
SecureHash |
start
A starting position for the iteration (can be null). |
Fields inherited from class dd.kbr.api.KbrReq |
---|
appId, sink, userData |
Constructor Summary | |
---|---|
DhtIteratorStartReq(int m,
SecureHash st,
boolean r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new DhtIteratorStartReq . |
Method Summary | |
---|---|
String |
toString()
Specified by java.lang.Object |
Methods inherited from class dd.kbr.api.KbrReq |
---|
BUG |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public SecureHash start
DhtIteratorNextResp
's will return
entries where the guid comes strictly after the
start
.
public boolean root
public int maxReturn
DhtIteratorNextResp
Constructor Detail |
public DhtIteratorStartReq(int m, SecureHash st, boolean r, long a, Object u, SinkIF s)
DhtIteratorStartReq
.
m
- Max num entries for DhtIteratorNextResp
.st
- Starting position for iteration (can be null).r
- Array indicating to retrieve from root (or nonroot) seta
- Unique identifier for a destination application.u
- Requestor defined object to be returned in the resp.s
- Requestor sink
to return respMethod Detail |
public String toString()
toString
in class KbrReq
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |