|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--tapestry.ptr.impl.dht.DhtReq
|
+--tapestry.ptr.impl.dht.DhtRemoveReq
DhtRemoveReq instructs the DHT to remove the object for given
guid /
PublishInfo pair.
That is, Removes the object from indicated root set maintained
by DHT or to remove the object from the nonroot set.
For example, as a local cache that
does not need to be maintained.
root=false
| Field Summary | |
|---|---|
SecureHash[] |
objguids
Array of objguids to remove from DHT. |
PublishInfo[] |
pinfos
Array of PublishInfo to remove from DHT. |
boolean[] |
root
Array indicating to remove from root (or nonroot) set |
| Fields inherited from class tapestry.ptr.impl.dht.DhtReq |
|---|
appId, sink, userData |
| Constructor Summary | |
|---|---|
DhtRemoveReq(SecureHash[] o,
PublishInfo[] p,
boolean[] r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new DhtRemoveReq. |
|
DhtRemoveReq(SecureHash o,
PublishInfo p,
boolean r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new DhtPutReq. |
|
| Method Summary | |
|---|---|
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class tapestry.ptr.impl.dht.DhtReq |
|---|
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 remove from DHT.
public PublishInfo[] pinfos
PublishInfo to remove from DHT.
public boolean[] root
| Constructor Detail |
public DhtRemoveReq(SecureHash[] o,
PublishInfo[] p,
boolean[] r,
long a,
Object u,
SinkIF s)
DhtRemoveReq.
o - objguids to remove from DHTp - PublishInfos to remove from DHTr - Array indicating to remove 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 DhtRemoveReq(SecureHash o,
PublishInfo p,
boolean r,
long a,
Object u,
SinkIF s)
DhtPutReq.
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 DhtReq
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||