bamboo.api
Class BambooRouteUpcall
java.lang.Object
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
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
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)
toString
public String toString()
- Overrides:
toString in class Object