bamboo.vis
Class FetchNodeInfoThread.NeighborInfo

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

public static class FetchNodeInfoThread.NeighborInfo
extends Object


Field Summary
 ostore.util.NodeId addr
           
 BigInteger id
           
 long rtt_ms
           
 
Constructor Summary
FetchNodeInfoThread.NeighborInfo(ostore.util.NodeId a, BigInteger i, long r)
           
 
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

rtt_ms

public long rtt_ms
Constructor Detail

FetchNodeInfoThread.NeighborInfo

public FetchNodeInfoThread.NeighborInfo(ostore.util.NodeId a,
                                        BigInteger i,
                                        long r)