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

Packages that use Configuration
org.planx.xmlstore.routing   
org.planx.xmlstore.routing.operation   
 

Uses of Configuration in org.planx.xmlstore.routing
 

Constructors in org.planx.xmlstore.routing with parameters of type Configuration
Kademlia(Identifier id, int udpPort, Configuration config)
          Creates a Kademlia DistributedMap with the specified identifier and no persistence.
Kademlia(String name, Identifier defaultId, int udpPort, int contactPort, InetSocketAddress bootstrap, Configuration config)
          Creates a Kademlia DistributedMap using the specified name as filename base.
Kademlia(String name, int udpPort, int contactPort, InetSocketAddress bootstrap, Configuration config)
          Creates a Kademlia DistributedMap using the specified name as filename base.
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 Configuration in org.planx.xmlstore.routing.operation
 

Fields in org.planx.xmlstore.routing.operation declared as Configuration
protected  Configuration NodeLookupOperation.conf
           
 

Constructors in org.planx.xmlstore.routing.operation with parameters of type Configuration
ConnectOperation(Configuration conf, MessageServer server, Space space, Node local, InetAddress bootstrap, int bootPort)
           
DataLookupOperation(Configuration conf, MessageServer server, Space space, Node local, Identifier id)
           
NodeLookupOperation(Configuration conf, MessageServer server, Space space, Node local, Identifier id)
          Create a NodeLookupOperation for the specified id.
RefreshOperation(Configuration conf, MessageServer server, Space space, Node local)
           
RemoveOperation(Configuration conf, MessageServer server, Space space, Map localMap, Node local, Identifier key)
           
ResponsibleOperation(Configuration conf, MessageServer server, Space space, Node local, Identifier key)
           
RestoreOperation(Configuration conf, MessageServer server, Space space, Node local, Map localMap)
           
StoreOperation(Configuration conf, MessageServer server, Space space, Map localMap, Node local, Identifier key, TimestampedValue value)
           
 



Copyright © 2010. All Rights Reserved.