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

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

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

Subclasses of OriginReceiver in org.planx.xmlstore.routing.operation
 class ConnectReceiver
          Receives a ConnectMessage and sends an AcknowledgeMessage as reply.
 class DataLookupReceiver
          Responds to a DataLookupMessage by sending a DataMessage containing the requested mapping or by sending a NodeReplyMessage containing the K closest nodes to the request key known by this node.
 class HashReceiver
          Receives a HashMessage and compares it to hashes generated locally.
 class HashRequestReceiver
          Receives a HashRequestMessage and replies with a HashMessage containing group hashes of mappings that should both be available at the local node and the origin node.
 class NodeLookupReceiver
          Handles incoming LookupMessages by sending a NodeReplyMessage containing the K closest nodes to the requested identifier.
 class RemoveReceiver
          Handles incoming remove messages by removing the mapping with the specified key from the local map.
 class StoreReceiver
          Receives a StoreMessage and stores the mapping if a mapping with the same key and a newer timestamp does not exist.
 class StoreRequestReceiver
          Receives an incoming StoreRequestMessage and issues StoreMessages for mappings in the requested interval that should be available at the origin node.
 



Copyright © 2010. All Rights Reserved.