|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--demo.dynamic.NullTagQuery
NullTagQuery
is a DDQuery
used in a
DDLocateMsg
used to find objects identified by a
NullTag
.
To receive an object identified by a NullTag
,
dispatch a DDLocateMsg
that contains a
NullTagQuery
.
NullTag
,
DDTag
,
DDQuery
,
DDLocateMsg
Constructor Summary | |
---|---|
NullTagQuery()
Creates a new NullTagQuery . |
|
NullTagQuery(InputBuffer buffer)
Constructs a NullTagQuery 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 NullTagQuery()
NullTagQuery
.
public NullTagQuery(InputBuffer buffer) throws QSException
NullTagQuery
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)
DDQuery
pointer
and tag
,
possibly modifying the supplied state
.
query
in interface DDQuery
node_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 |