bamboo.api
Class BambooRouteDeliver

java.lang.Object
  extended by bamboo.api.BambooRouteDeliver
All Implemented Interfaces:
QueueElementIF

public class BambooRouteDeliver
extends Object
implements QueueElementIF

Sent when a routing operation reaches the node responsible for dest. See the comments for BambooRouteInit for more information.

Version:
$Id: BambooRouteDeliver.java,v 1.2 2003/12/06 22:36:55 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 long app_id
           
 BigInteger dest
           
 long est_rtt_ms
           
 ostore.util.NodeId immediate_src
           
 ostore.util.QuickSerializable payload
           
 BigInteger src
           
 int tries
           
 long wait_ms
           
 
Constructor Summary
BambooRouteDeliver(BigInteger s, BigInteger d, ostore.util.NodeId i, long a, int att, long w, long e, ostore.util.QuickSerializable p)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

src

public BigInteger src

dest

public BigInteger dest

immediate_src

public ostore.util.NodeId immediate_src

app_id

public long app_id

tries

public int tries

wait_ms

public long wait_ms

est_rtt_ms

public long est_rtt_ms

payload

public ostore.util.QuickSerializable payload
Constructor Detail

BambooRouteDeliver

public BambooRouteDeliver(BigInteger s,
                          BigInteger d,
                          ostore.util.NodeId i,
                          long a,
                          int att,
                          long w,
                          long e,
                          ostore.util.QuickSerializable p)
Method Detail

toString

public String toString()
Overrides:
toString in class Object