Uses of Class
org.planx.xmlstore.routing.operation.Operation

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

Uses of Operation in org.planx.xmlstore.routing.operation
 

Subclasses of Operation in org.planx.xmlstore.routing.operation
 class ConnectOperation
          Connects to an existing Kademlia network using a bootstrap node.
 class DataLookupOperation
          Looks up the specified identifier and returns the value associated with it.
 class NodeLookupOperation
          Finds the K closest nodes to a specified identifier.
 class RefreshOperation
          Refreshes all buckets.
 class RemoveOperation
          Removes the mapping at the K closest nodes to the key of the mapping.
 class ResponsibleOperation
          Finds the K closest nodes to a specified identifier and returns their associated peer information objects.
 class RestoreOperation
          Refreshes all buckets and sends HashMessages to all nodes that are among the K closest to mappings stored at this node.
 class StoreOperation
          Stores the mapping at the K closest nodes to the key.
 



Copyright © 2010. All Rights Reserved.