|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--dd.ptr.api.PtrResp
|
+--dd.ptr.api.GetPtrResp
Returns the publish infos requested from the pointer manager stage by a preceding GetPtrReq.
| Field Summary | |
|---|---|
Map |
hinfos
Map associating hostguid
to HostInfo. |
SecureHash[] |
objguids
Array of objguids retrieved from DHT. |
LinkedList[] |
pinfos
Array of PublishInfo retrieved from DHT. |
boolean[] |
root
Array indicating to retrieved from root (or nonroot) set |
| Fields inherited from class dd.ptr.api.PtrResp |
|---|
appId, userData |
| Constructor Summary | |
|---|---|
GetPtrResp(SecureHash[] o,
LinkedList[] p,
boolean[] r,
Map h,
long a,
Object u)
Constructor: Creates a new GetPtrResp. |
|
GetPtrResp(SecureHash o,
LinkedList p,
boolean r,
Map h,
long a,
Object u)
Constructor: Creates a new GetPtrResp. |
|
| Method Summary | |
|---|---|
String |
toString()
Specified by java.lang.Object |
| Methods inherited from class dd.ptr.api.PtrResp |
|---|
BUG |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public SecureHash[] objguids
objguids retrieved from DHT.
public LinkedList[] pinfos
PublishInfo retrieved from DHT.
public boolean[] root
public Map hinfos
Map associating hostguid
to HostInfo.
| Constructor Detail |
public GetPtrResp(SecureHash[] o,
LinkedList[] p,
boolean[] r,
Map h,
long a,
Object u)
GetPtrResp.
o - Array of objguids retrieved
from DHT.p - Array of PublishInfo retrieved from DHT.r - Array indicating retreived from root (or nonroot) set.h - Map associating hostguid to
HostInfoa - Unique identifier for a destination application.u - Requestor defined object to be returned in the resp.
public GetPtrResp(SecureHash o,
LinkedList p,
boolean r,
Map h,
long a,
Object u)
GetPtrResp.
o - objguid retrieved from DHT.p - PublishInfo retrieved from DHT.r - Flag indicating retreived from root (or nonroot) set.h - Map associating hostguid to
HostInfoa - Unique identifier for a destination application.u - Requestor defined object to be returned in the resp.| Method Detail |
public String toString()
toString in class PtrResp
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||