|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.planx.xmlstore.routing | |
| org.planx.xmlstore.routing.operation | |
| Uses of Node in org.planx.xmlstore.routing |
|---|
| Methods in org.planx.xmlstore.routing that return Node | |
|---|---|
static Node[] |
Node.sort(Collection nodes,
Identifier rel)
Sorts the nodes in the specified list in order of increasing distance to the specified identifier. |
| Methods in org.planx.xmlstore.routing with parameters of type Node | |
|---|---|
void |
Space.insertNode(Node newNode)
Inserts the specified node into this space. |
List |
HashCalculator.logarithmicHashes(Node node,
long time)
Calculates bundled hashes of the set of keys which is the intersection of keys that both the local node and the specified node are responsible for. |
List |
HashCalculator.mappingsBetween(Node node,
long begin,
long end)
Returns the subset of mappings in the local map with timestamps between begin (including) and end (not including)
that the specified node is also responsible for. |
void |
KademliaNeighbourhoodListener.nodeArrived(Node node)
A new node has been inserted in a bucket in the neighbourhood. |
boolean |
Space.removeNode(Node node)
Marks a node as unresponsive and removes it from the tree of spaces rooted at this space if it has been marked in this way STALE times. |
| Constructors in org.planx.xmlstore.routing with parameters of type Node | |
|---|---|
HashCalculator(Node local,
Space space,
Map localMap)
|
|
Space(Node local,
Configuration conf)
Construct an empty top level space that covers the complete range of identifiers. |
|
Space(Node local,
Configuration conf,
KademliaNeighbourhoodListener listener)
Construct an empty top level space that covers the complete range of identifiers. |
|
| Uses of Node in org.planx.xmlstore.routing.operation |
|---|
| Fields in org.planx.xmlstore.routing.operation declared as Node | |
|---|---|
protected Node |
OriginReceiver.local
|
protected Node |
NodeLookupOperation.local
|
protected Node |
OriginMessage.origin
|
| Methods in org.planx.xmlstore.routing.operation that return Node | |
|---|---|
Node |
OriginMessage.getOrigin()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||