|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.archive.ArchiverLocateQuery
ArchiverLocateQuery
is a
DDQuery
used in a
ArchiverLocateReqMsg
DDLocateMsg
used to find an ArchiverStage
.
To register node
or
app
, dispatch a
ArchiverLocateReqMsg
.
When the ArchiverStage
receives the message, it will
respond with a
ArchiverLocateRespMsg
that is MAC'd (i.e. Message Authentication
Certificate).
ArchiverStage
,
ArchiverLocateReqMsg
,
ArchiverLocateRespMsg
,
DDLocateMsg
Constructor Summary | |
---|---|
ArchiverLocateQuery()
Creates a new ArchiverLocateQuery . |
|
ArchiverLocateQuery(InputBuffer buffer)
Constructs a ArchiverLocateQuery from its
serialized form. |
Method Summary | |
---|---|
DDQueryResult |
query(SecureHash node_guid,
bamboo.vivaldi.VirtualCoordinate node_coordinates,
SecureHash bp_guid,
HostInfo bp_hinfo,
DDTag tag,
DDQueryState state)
|
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ArchiverLocateQuery()
ArchiverLocateQuery
.
public ArchiverLocateQuery(InputBuffer buffer) throws QSException
ArchiverLocateQuery
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
buffer
- the output buffer to add the object topublic DDQueryResult query(SecureHash node_guid, bamboo.vivaldi.VirtualCoordinate node_coordinates, SecureHash bp_guid, HostInfo bp_hinfo, DDTag tag, DDQueryState state)
query
in interface DDQuery
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |