Uses of Class
org.planx.xmlstore.routing.Node

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()
           
 

Constructors in org.planx.xmlstore.routing.operation with parameters of type Node
AcknowledgeMessage(Node origin)
           
ConnectMessage(Node origin)
           
ConnectOperation(Configuration conf, MessageServer server, Space space, Node local, InetAddress bootstrap, int bootPort)
           
ConnectReceiver(MessageServer server, Node local, Space space)
           
DataLookupMessage(Node origin, Identifier lookup)
           
DataLookupOperation(Configuration conf, MessageServer server, Space space, Node local, Identifier id)
           
DataLookupReceiver(MessageServer server, Node local, Space space, Map localMap)
           
DataMessage(Node origin, Identifier key, TimestampedValue value)
           
HashMessage(Node origin, long baseTime, List hashes)
           
HashReceiver(MessageServer server, Node local, Space space, Map localMap)
           
HashRequestMessage(Node origin)
           
HashRequestReceiver(MessageServer server, Node local, Space space, Map localMap)
           
LookupMessage(Node origin, Identifier lookup)
           
MessageFactoryImpl(Map localMap, Node local, Space space)
           
NodeLookupMessage(Node origin, Identifier lookup)
           
NodeLookupOperation(Configuration conf, MessageServer server, Space space, Node local, Identifier id)
          Create a NodeLookupOperation for the specified id.
NodeLookupReceiver(MessageServer server, Node local, Space space)
           
NodeReplyMessage(Node origin, List nodes)
           
OriginMessage(Node origin)
           
OriginReceiver(MessageServer server, Node local, Space space)
           
RefreshOperation(Configuration conf, MessageServer server, Space space, Node local)
           
RemoveMessage(Node origin, Identifier key)
           
RemoveOperation(Configuration conf, MessageServer server, Space space, Map localMap, Node local, Identifier key)
           
RemoveReceiver(MessageServer server, Node local, Space space, Map localMap)
           
ResponsibleOperation(Configuration conf, MessageServer server, Space space, Node local, Identifier key)
           
RestoreOperation(Configuration conf, MessageServer server, Space space, Node local, Map localMap)
           
StoreMessage(Node origin, Identifier key, TimestampedValue value, boolean upd)
           
StoreOperation(Configuration conf, MessageServer server, Space space, Map localMap, Node local, Identifier key, TimestampedValue value)
           
StoreReceiver(MessageServer server, Node local, Space space, Map localMap)
           
StoreRequestMessage(Node origin, long begin, long end)
           
StoreRequestReceiver(MessageServer server, Node local, Space space, Map localMap)
           
 



Copyright © 2010. All Rights Reserved.