Uses of Class
org.klomp.snark.dht.NodeInfo
Package | Description |
---|---|
org.klomp.snark.dht |
-
Uses of NodeInfo in org.klomp.snark.dht
Methods in org.klomp.snark.dht that return NodeInfo Modifier and Type Method Description NodeInfo
DHTNodes. get(NID nid)
(package private) NodeInfo
KRPC. heardAbout(NodeInfo nInfo)
Called for bootstrap or for all nodes in a receiveNodes reply.NodeInfo
DHTNodes. putIfAbsent(NodeInfo nInfo)
NodeInfo
DHTNodes. remove(NID nid)
Methods in org.klomp.snark.dht that return types with arguments of type NodeInfo Modifier and Type Method Description List<NodeInfo>
DHTNodes. findClosest(SHA1Hash h, int numWant)
DHTList<NodeInfo>
KRPC. findClosest(byte[] ih, int max)
Local lookup onlyCollection<NodeInfo>
DHTNodes. values()
Methods in org.klomp.snark.dht with parameters of type NodeInfo Modifier and Type Method Description int
NodeInfoComparator. compare(NodeInfo lhs, NodeInfo rhs)
(package private) NodeInfo
KRPC. heardAbout(NodeInfo nInfo)
Called for bootstrap or for all nodes in a receiveNodes reply.NodeInfo
DHTNodes. putIfAbsent(NodeInfo nInfo)