bamboo.dmgr
Class FetchKeysReq

java.lang.Object
  extended by ostore.network.NetworkMessage
      extended by 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

Field Summary
 BigInteger high_guid
           
 long high_time
           
 BigInteger low_guid
           
 long low_time
           
 long seq
          To pair it up with its response.
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, timeout_sec, user_data, wait_ms
 
Constructor Summary
FetchKeysReq(ostore.util.InputBuffer buffer)
           
FetchKeysReq(ostore.util.NodeId dest, BigInteger lg, BigInteger hg, long lt, long ht, long s)
           
 
Method Summary
 Object clone()
           
 void serialize(ostore.util.OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

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
Method Detail

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