ostore.replica
Class RemoteReplicaCreateReq

java.lang.Object
  |
  +--dd.api.DDRouteMsg
        |
        +--ostore.replica.RemoteReplicaCreateReq
All Implemented Interfaces:
QueueElementIF, QuickSerializable

public class RemoteReplicaCreateReq
extends DDRouteMsg

Request to a remote ReplicaStage to tentatively create an object. This message requests the remote node apply the ReplicaCreateReq contained.

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

Field Summary
 
Fields inherited from class dd.api.DDRouteMsg
dd_intermediate_upcall, hopCount, inbound, one_hop, peer, recursive_route, TTL
 
Constructor Summary
RemoteReplicaCreateReq(InputBuffer buffer)
           
RemoteReplicaCreateReq(SecureHash peer, ReplicaCreateReq req, boolean recursive, boolean dd_intermediate_upcall, boolean one_hop)
           
 
Method Summary
 ReplicaCreateReq req()
          Get the ReplicaCreateReq contained in this message.
 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
 

Constructor Detail

RemoteReplicaCreateReq

public RemoteReplicaCreateReq(SecureHash peer,
                              ReplicaCreateReq req,
                              boolean recursive,
                              boolean dd_intermediate_upcall,
                              boolean one_hop)
Parameters:
peer - the guid to route to
req - the ReplicaCreateReq we request the peer to perform

RemoteReplicaCreateReq

public RemoteReplicaCreateReq(InputBuffer buffer)
                       throws QSException
Method Detail

req

public final ReplicaCreateReq req()
Get the ReplicaCreateReq contained in this message.


serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Overrides:
serialize in class DDRouteMsg
Parameters:
buffer - the output buffer to add the object to

toString

public String toString()
Overrides:
toString in class Object