demo.repair
Class RepairDirectoryTest.LocateMsg

java.lang.Object
  |
  +--dd.api.DDLocateMsg
        |
        +--demo.repair.RepairDirectoryTest.LocateMsg
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
RepairDirectoryTest

public static class RepairDirectoryTest.LocateMsg
extends DDLocateMsg

Message of type simulating DDLocateMsg by using a DDPrefixRouteMsg to route to the root of an object guid, test if the root has an object pointer, than the root node responds with a ResponseMsg that contains success or failure.


Field Summary
 
Fields inherited from class dd.api.DDLocateMsg
forward, guid, hopCount, id, inbound, INTERMEDIATE_NONE, INTERMEDIATE_PTRS_CACHE_ONLY, INTERMEDIATE_PTRS_DISK, INTERMEDIATE_STRING, INTERMEDIATE_UPCALL_ONLY, intermediate_upcall_policy, one_hop, peer, query, query_state, recursive_route, TTL, vc, VC_NONE, vc_policy, VC_ROOT, VC_SRC, VC_STRING, VC_SUPPLIED
 
Constructor Summary
RepairDirectoryTest.LocateMsg(InputBuffer buffer)
          Construct according to the given fields.
RepairDirectoryTest.LocateMsg(SecureHash guid, DDQuery query, DDQueryState query_state, SecureHash identifier, NodeId requestor, boolean forward, boolean recursive_route, boolean one_hop, byte intermediate_upcall_policy, byte vc_policy, bamboo.vivaldi.VirtualCoordinate vc)
          Construct according to the given fields.
 
Method Summary
 Object clone()
          Specified by java.lang.Object
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepairDirectoryTest.LocateMsg

public RepairDirectoryTest.LocateMsg(SecureHash guid,
                                     DDQuery query,
                                     DDQueryState query_state,
                                     SecureHash identifier,
                                     NodeId requestor,
                                     boolean forward,
                                     boolean recursive_route,
                                     boolean one_hop,
                                     byte intermediate_upcall_policy,
                                     byte vc_policy,
                                     bamboo.vivaldi.VirtualCoordinate vc)
Construct according to the given fields.


RepairDirectoryTest.LocateMsg

public RepairDirectoryTest.LocateMsg(InputBuffer buffer)
                              throws QSException
Construct according to the given fields.

Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable


clone

public Object clone()
             throws CloneNotSupportedException
Specified by java.lang.Object

Overrides:
clone in class Object
CloneNotSupportedException

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object