|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--demo.repair.RepairDHTTest.Query
Query is a
DDQuery used in a
DDLocateMsg of type
LocateMsg to locate generic objects.
| Constructor Summary | |
|---|---|
RepairDHTTest.Query()
Creates a new Query. |
|
RepairDHTTest.Query(InputBuffer buffer)
Constructs a Query 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)
Perform the query on the given object pointer and tag,
possibly modifying the supplied 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 RepairDHTTest.Query()
Query.
public RepairDHTTest.Query(InputBuffer buffer)
throws QSException
Query from its
serialized form.
buffer - serialized
form of object.| Method Detail |
public void serialize(OutputBuffer buffer)
serialize in interface QuickSerializable
public DDQueryResult query(SecureHash node_guid,
bamboo.vivaldi.VirtualCoordinate node_coordinates,
SecureHash bp_guid,
HostInfo bp_hinfo,
DDTag tag,
DDQueryState state)
DDQuerypointer and tag,
possibly modifying the supplied state.
query in interface DDQuerynode_guid - The guid of the
current node.node_coordinates - The VirtualCoordinate of
the current node. (possibly null).bp_guid - The guid of the
node to which the object
pointer points.bp_hinfo - The HostInfo of the node to
which the object
pointer points.
(possibly null).tag - The object's associated tag.state - The state, passed
in and (possibly) modified
result of type
DDQueryResultMatch or
DDQueryResultNoMatch.public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||