bamboo.api
Class BambooAddToLocationCache

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

public class BambooAddToLocationCache
extends Object
implements QueueElementIF

Coninue a routing operation after an upcall. See the comments for BambooRouteInit for more information.

Version:
$Id: BambooAddToLocationCache.java,v 1.1 2003/12/29 18:10:43 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 BigInteger guid
           
 ostore.util.NodeId node_id
           
 
Constructor Summary
BambooAddToLocationCache(ostore.util.NodeId n, BigInteger g)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node_id

public ostore.util.NodeId node_id

guid

public BigInteger guid
Constructor Detail

BambooAddToLocationCache

public BambooAddToLocationCache(ostore.util.NodeId n,
                                BigInteger g)
Method Detail

toString

public String toString()
Overrides:
toString in class Object