ostore.replica
Class RemoteReplicaProbeQueryState

java.lang.Object
  |
  +--ostore.replica.RemoteReplicaProbeQueryState
All Implemented Interfaces:
DDQueryState, QuickSerializable

public class RemoteReplicaProbeQueryState
extends Object
implements DDQueryState

Used if we are explicitly routing the probe to a particular peer. (as opposed to the aguid of the object). This is a hack.

Version:
$Id: RemoteReplicaProbeQueryState.java,v 1.2 2004/05/13 20:16:27 hweather Exp $
Author:
Jeff Pang

Field Summary
 SecureHash aguid
           
 SecureHash dest_guid
           
 
Constructor Summary
RemoteReplicaProbeQueryState(InputBuffer buffer)
           
RemoteReplicaProbeQueryState(SecureHash dest_guid, SecureHash aguid)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dest_guid

public SecureHash dest_guid

aguid

public SecureHash aguid
Constructor Detail

RemoteReplicaProbeQueryState

public RemoteReplicaProbeQueryState(SecureHash dest_guid,
                                    SecureHash aguid)
Parameters:
dest_guid - the peer we are trying to route to

RemoteReplicaProbeQueryState

public RemoteReplicaProbeQueryState(InputBuffer buffer)
                             throws QSException
Method Detail

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

toString

public String toString()
Overrides:
toString in class Object