ostore.replica
Class RemoteReplicaProbe
java.lang.Object
|
+--dd.api.DDLocateMsg
|
+--ostore.replica.RemoteReplicaProbe
- All Implemented Interfaces:
- QueueElementIF, QuickSerializable
- public class RemoteReplicaProbe
- extends DDLocateMsg
- Version:
- $Id: RemoteReplicaProbe.java,v 1.11 2004/05/13 20:16:27 hweather Exp $
- Author:
- Patrick R. Eaton
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 |
RemoteReplicaProbe(InputBuffer buffer)
|
RemoteReplicaProbe(SecureHash aguid,
SecureHash fail_id,
int ttl,
boolean forward,
boolean recursive_route,
boolean one_hop,
byte intermediate_upcall_policy,
byte vc_policy,
bamboo.vivaldi.VirtualCoordinate vc)
|
RemoteReplicaProbe(SecureHash peer,
SecureHash aguid,
SecureHash fail_id,
int ttl,
boolean forward,
boolean recursive_route,
boolean one_hop,
byte intermediate_upcall_policy,
byte vc_policy,
bamboo.vivaldi.VirtualCoordinate vc)
|
RemoteReplicaProbe
public RemoteReplicaProbe(SecureHash aguid,
SecureHash fail_id,
int ttl,
boolean forward,
boolean recursive_route,
boolean one_hop,
byte intermediate_upcall_policy,
byte vc_policy,
bamboo.vivaldi.VirtualCoordinate vc)
RemoteReplicaProbe
public RemoteReplicaProbe(SecureHash peer,
SecureHash aguid,
SecureHash fail_id,
int ttl,
boolean forward,
boolean recursive_route,
boolean one_hop,
byte intermediate_upcall_policy,
byte vc_policy,
bamboo.vivaldi.VirtualCoordinate vc)
RemoteReplicaProbe
public RemoteReplicaProbe(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Parameters:
buffer
- the output buffer to add the object to
getAguid
public SecureHash getAguid()
id
public SecureHash id()
toString
public String toString()
- Overrides:
toString
in class Object