|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--dd.ptr.api.PtrReq
|
+--dd.ptr.api.AddPtrReq
Tell the pointer manager stage that there's a new object pointer it should be aware of. NOTE: will override existing PublishInfo for the same guid, src, tag tuple.
| Field Summary | |
|---|---|
SecureHash[] |
objguids
Array of objguids to store in DHT. |
PublishInfo[] |
pinfos
Array of PublishInfo to store in DHT. |
boolean[] |
root
Array indicating to store in root (or nonroot) set |
| Fields inherited from class dd.ptr.api.PtrReq |
|---|
appId, sink, userData |
| Constructor Summary | |
|---|---|
AddPtrReq(SecureHash[] o,
PublishInfo[] p,
boolean[] r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new AddPtrReq. |
|
AddPtrReq(SecureHash o,
PublishInfo p,
boolean r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new AddPtrReq. |
|
| Method Summary | |
|---|---|
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class dd.ptr.api.PtrReq |
|---|
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 store in DHT.
public PublishInfo[] pinfos
PublishInfo to store in DHT.
public boolean[] root
| Constructor Detail |
public AddPtrReq(SecureHash[] o,
PublishInfo[] p,
boolean[] r,
long a,
Object u,
SinkIF s)
AddPtrReq.
o - Array of objguids to store in DHTp - Array of PublishInfo to store in DHTr - Array indicating to store in 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 AddPtrReq(SecureHash o,
PublishInfo p,
boolean r,
long a,
Object u,
SinkIF s)
AddPtrReq.
o - objguid to store in DHTp - PublishInfo to store in DHTr - Flag indicating to store in 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 PtrReq
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||