bamboo.dmgr
Class FetchKeysReq
java.lang.Object
ostore.network.NetworkMessage
bamboo.dmgr.FetchKeysReq
- All Implemented Interfaces:
- Cloneable, ostore.util.QuickSerializable, QueueElementIF
public class FetchKeysReq
- extends ostore.network.NetworkMessage
FetchKeysReq.
- Version:
- $Id: FetchKeysReq.java,v 1.4 2004/04/20 19:23:17 srhea Exp $
- Author:
- Sean C. Rhea
| Fields inherited from class ostore.network.NetworkMessage |
comp_q, est_rtt_ms, inbound, peer, sender, timeout_sec, user_data, wait_ms |
low_guid
public BigInteger low_guid
high_guid
public BigInteger high_guid
low_time
public long low_time
high_time
public long high_time
seq
public long seq
- To pair it up with its response.
FetchKeysReq
public FetchKeysReq(ostore.util.NodeId dest,
BigInteger lg,
BigInteger hg,
long lt,
long ht,
long s)
FetchKeysReq
public FetchKeysReq(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- Overrides:
serialize in class ostore.network.NetworkMessage
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone in class ostore.network.NetworkMessage
- Throws:
CloneNotSupportedException
toString
public String toString()
- Overrides:
toString in class ostore.network.NetworkMessage