bamboo.api
Class BambooRouteUpcall

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

public class BambooRouteUpcall
extends Object
implements QueueElementIF

Called on intermediate nodes along the routing path. See the comments for BambooRouteInit for more information.

Version:
$Id: BambooRouteUpcall.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
           
 boolean iter
           
 ostore.util.QuickSerializable payload
           
 BigInteger src
           
 int tries
           
 long wait_ms
           
 
Constructor Summary
BambooRouteUpcall(BigInteger s, BigInteger d, ostore.util.NodeId i, long a, boolean it, 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

iter

public boolean iter

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

BambooRouteUpcall

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

toString

public String toString()
Overrides:
toString in class Object