bamboo.vis
Class FetchNodeInfoThread.NeighborInfo
java.lang.Object
bamboo.vis.FetchNodeInfoThread.NeighborInfo
- Enclosing class:
- FetchNodeInfoThread
public static class FetchNodeInfoThread.NeighborInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addr
public ostore.util.NodeId addr
id
public BigInteger id
rtt_ms
public long rtt_ms
FetchNodeInfoThread.NeighborInfo
public FetchNodeInfoThread.NeighborInfo(ostore.util.NodeId a,
BigInteger i,
long r)