bamboo.dmgr
Class ReplicaSetReq
java.lang.Object
bamboo.dmgr.ReplicaSetReq
- All Implemented Interfaces:
- ostore.util.QuickSerializable
public class ReplicaSetReq
- extends Object
- implements ostore.util.QuickSerializable
ReplicaSetReq.
- Version:
- $Id: ReplicaSetReq.java,v 1.5 2004/08/04 19:23:27 srhea Exp $
- Author:
- Sean C. Rhea
return_address
public ostore.util.NodeId return_address
guid
public BigInteger guid
nonce
public long nonce
ReplicaSetReq
public ReplicaSetReq(ostore.util.NodeId n,
BigInteger g,
long x)
ReplicaSetReq
public ReplicaSetReq(ostore.util.InputBuffer buffer)
throws ostore.util.QSException
- Throws:
ostore.util.QSException
serialize
public void serialize(ostore.util.OutputBuffer buffer)
- Specified by:
serialize in interface ostore.util.QuickSerializable
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException
toString
public String toString()
- Overrides:
toString in class Object