|
|||||||||||
| 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.DhtGetReq
DhtGetReq (local) request to retrieve all the
objects with the specified identifier. (That is, many different types
of an object can have the same identifier. The differentiator is
the src and tag).
| Field Summary | |
|---|---|
SecureHash[] |
objguids
Array of objguids to retrieve from DHT. |
boolean[] |
root
Array indicating to retrieve from root (or nonroot) set |
| Fields inherited from class dd.kbr.api.KbrReq |
|---|
appId, sink, userData |
| Constructor Summary | |
|---|---|
DhtGetReq(SecureHash[] o,
boolean[] r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new DhtGetReq. |
|
DhtGetReq(SecureHash o,
boolean r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new DhtGetReq. |
|
| 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[] objguids
objguids to retrieve from DHT.
public boolean[] root
| Constructor Detail |
public DhtGetReq(SecureHash[] o,
boolean[] r,
long a,
Object u,
SinkIF s)
DhtGetReq.
o - objguids to retrieve from DHTr - 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 resp
public DhtGetReq(SecureHash o,
boolean r,
long a,
Object u,
SinkIF s)
DhtGetReq.
o - objguid to retrieve from DHTr - Flag 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 resp| Method Detail |
public String toString()
toString in class KbrReq
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||