ostore.apps.traces
Class TraceClient.MasterQuery
java.lang.Object
|
+--ostore.apps.traces.TraceClient.MasterQuery
- All Implemented Interfaces:
- DDQuery, QuickSerializable
- Enclosing class:
- TraceClient
- public static class TraceClient.MasterQuery
- extends Object
- implements DDQuery
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceClient.MasterQuery
public TraceClient.MasterQuery()
TraceClient.MasterQuery
public TraceClient.MasterQuery(InputBuffer buffer)
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
query
public DDQueryResult query(SecureHash node_guid,
bamboo.vivaldi.VirtualCoordinate node_coordinates,
SecureHash bp_guid,
HostInfo bp_hinfo,
DDTag tag,
DDQueryState state)
- Specified by:
query
in interface DDQuery