|
|||||||||||
| 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.DhtPutReq
DhtPutReq (local) event requesting that the DHT maintain
the array of objects identified by their objguid. A
DhtPutResp is returned indicating the success of
each individual store request.
Each object has an associated root flag indicating whether
object needs to be maintained by the DHT root set.
The root flag is set to false indicating that the
object is not maintained by the DHT root set. For example,
as a local cache that does not need
to be maintained.
root=false
| 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 tapestry.ptr.impl.dht.DhtReq |
|---|
appId, sink, userData |
| Constructor Summary | |
|---|---|
DhtPutReq(SecureHash[] o,
PublishInfo[] p,
boolean[] r,
long a,
Object u,
SinkIF s)
Constructor: Creates a new DhtPutReq. |
|
DhtPutReq(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 store in DHT.
public PublishInfo[] pinfos
PublishInfo to store in DHT.
public boolean[] root
| Constructor Detail |
public DhtPutReq(SecureHash[] o,
PublishInfo[] p,
boolean[] r,
long a,
Object u,
SinkIF s)
DhtPutReq.
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 DhtPutReq(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 | ||||||||||