bamboo.vis
Class FetchNodeInfoThread.NodeInfo

java.lang.Object
  extended by bamboo.vis.FetchNodeInfoThread.NodeInfo
Enclosing class:
FetchNodeInfoThread

public static class FetchNodeInfoThread.NodeInfo
extends Object


Field Summary
 ostore.util.NodeId addr
           
 double[] coordinates
           
 BigInteger id
           
 LinkedList preds
           
 LinkedList rt
           
 LinkedList succs
           
 String url
           
 
Constructor Summary
FetchNodeInfoThread.NodeInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addr

public ostore.util.NodeId addr

id

public BigInteger id

url

public String url

coordinates

public double[] coordinates

preds

public LinkedList preds

succs

public LinkedList succs

rt

public LinkedList rt
Constructor Detail

FetchNodeInfoThread.NodeInfo

public FetchNodeInfoThread.NodeInfo()