Uses of Interface
org.planx.xmlstore.routing.messaging.Streamable

Packages that use Streamable
org.planx.xmlstore.routing   
org.planx.xmlstore.routing.messaging   
org.planx.xmlstore.routing.operation   
 

Uses of Streamable in org.planx.xmlstore.routing
 

Classes in org.planx.xmlstore.routing that implement Streamable
 class Identifier
          An identifier consists of at most Identifier.IDSIZE bit and it is always positive.
 class Node
          Represents a node and contains information about the IP address, UDP port, and ID of the node.
 class TimestampedValue
          A wrapper class that adds a timestamp to any serializable object.
 

Uses of Streamable in org.planx.xmlstore.routing.messaging
 

Subinterfaces of Streamable in org.planx.xmlstore.routing.messaging
 interface Message
           
 

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

Classes in org.planx.xmlstore.routing.operation that implement Streamable
 class AcknowledgeMessage
           
 class ConnectMessage
           
 class DataLookupMessage
           
 class DataMessage
           
 class HashMessage
           
 class HashRequestMessage
           
 class LookupMessage
           
 class NodeLookupMessage
           
 class NodeReplyMessage
           
 class OriginMessage
          A message containing the origin node.
 class RemoveMessage
           
 class StoreMessage
          Message representing a mapping from a key to a value.
 class StoreRequestMessage
           
 



Copyright © 2010. All Rights Reserved.