Rice Pastry API

Uses of Interface
rice.p2p.commonapi.rawserialization.RawMessage

Packages that use RawMessage
rice.p2p.commonapi   
rice.p2p.glacier.v2.messaging   
rice.p2p.multiring   
rice.p2p.multiring.messaging   
rice.p2p.past.gc   
rice.p2p.past.gc.messaging   
rice.p2p.past.messaging   
rice.p2p.past.testing   
rice.p2p.replication.messaging   
rice.p2p.scribe.messaging   
rice.p2p.scribe.testing   
rice.p2p.util   
rice.pastry.commonapi   
rice.pastry.join   
rice.pastry.leafset   
rice.pastry.messaging   
rice.pastry.routing   
rice.pastry.socket   
rice.pastry.socket.messaging   
rice.pastry.standard   
rice.tutorial.rawserialization   
 

Uses of RawMessage in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type RawMessage
 void Endpoint.route(Id id, RawMessage message, NodeHandle hint)
          Same as the other call, but uses the Raw serialization rather than java serialization.
 void RouteMessage.setMessage(RawMessage message)
          Sets the internal message for this message Does the same as setMessage(Message) but with better performance, because it doesn't have to introspect if the message is a RawMessage
 

Uses of RawMessage in rice.p2p.glacier.v2.messaging
 

Classes in rice.p2p.glacier.v2.messaging that implement RawMessage
 class GlacierDataMessage
          DESCRIBE THE CLASS
 class GlacierFetchMessage
          DESCRIBE THE CLASS
 class GlacierMessage
          DESCRIBE THE CLASS
 class GlacierNeighborRequestMessage
          DESCRIBE THE CLASS
 class GlacierNeighborResponseMessage
          DESCRIBE THE CLASS
 class GlacierQueryMessage
          DESCRIBE THE CLASS
 class GlacierRangeForwardMessage
          DESCRIBE THE CLASS
 class GlacierRangeQueryMessage
          DESCRIBE THE CLASS
 class GlacierRangeResponseMessage
          DESCRIBE THE CLASS
 class GlacierRefreshCompleteMessage
          DESCRIBE THE CLASS
 class GlacierRefreshPatchMessage
          DESCRIBE THE CLASS
 class GlacierRefreshProbeMessage
          DESCRIBE THE CLASS
 class GlacierRefreshResponseMessage
          DESCRIBE THE CLASS
 class GlacierResponseMessage
          DESCRIBE THE CLASS
 class GlacierSyncMessage
          DESCRIBE THE CLASS
 class GlacierTimeoutMessage
          DESCRIBE THE CLASS
 

Uses of RawMessage in rice.p2p.multiring
 

Methods in rice.p2p.multiring with parameters of type RawMessage
 void MultiringEndpoint.route(Id id, RawMessage message, NodeHandle hint)
          DESCRIBE THE METHOD
protected  void MultiringNodeCollection.route(RingId id, RawMessage message, java.lang.String application)
          This method returns the best next-hop to a given target, using ring hopping, if one exists.
 void MultiringRouteMessage.setMessage(RawMessage message)
          Better performance.
 

Uses of RawMessage in rice.p2p.multiring.messaging
 

Fields in rice.p2p.multiring.messaging declared as RawMessage
protected  RawMessage RingMessage.message
          The internal message to be sent
 

Methods in rice.p2p.multiring.messaging that return RawMessage
 RawMessage RingMessage.getMessage()
          Method which returns this messages' internal message
 

Constructors in rice.p2p.multiring.messaging with parameters of type RawMessage
RingMessage(RingId id, RawMessage message, java.lang.String application)
          Constructor which takes a unique integer Id
 

Uses of RawMessage in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc with parameters of type RawMessage
 void GCEndpoint.route(Id id, RawMessage message, NodeHandle hint)
          DESCRIBE THE METHOD
 

Uses of RawMessage in rice.p2p.past.gc.messaging
 

Classes in rice.p2p.past.gc.messaging that implement RawMessage
 class GCCollectMessage
           
 class GCInsertMessage
           
 class GCLookupHandlesMessage
           
 class GCRefreshMessage
           
 

Uses of RawMessage in rice.p2p.past.messaging
 

Classes in rice.p2p.past.messaging that implement RawMessage
 class CacheMessage
           
 class ContinuationMessage
           
 class FetchHandleMessage
           
 class FetchMessage
           
 class InsertMessage
           
 class LookupHandlesMessage
           
 class LookupMessage
           
 class MessageLostMessage
           
 class PastMessage
           
 

Uses of RawMessage in rice.p2p.past.testing
 

Methods in rice.p2p.past.testing with parameters of type RawMessage
 void PastRegrTest.TestRouteMessage.setMessage(RawMessage message)
          Sets the Message attribute of the TestRouteMessage object
 void RawPastRegrTest.TestRouteMessage.setMessage(RawMessage message)
          Sets the Message attribute of the TestRouteMessage object
 

Uses of RawMessage in rice.p2p.replication.messaging
 

Classes in rice.p2p.replication.messaging that implement RawMessage
 class ReminderMessage
           
 class ReplicationMessage
           
 class RequestMessage
           
 class ResponseMessage
           
 

Uses of RawMessage in rice.p2p.scribe.messaging
 

Classes in rice.p2p.scribe.messaging that implement RawMessage
 class AbstractSubscribeMessage
           
 class AnycastMessage
           
 class DropMessage
           
 class MaintenanceMessage
           
 class PublishMessage
           
 class PublishRequestMessage
           
 class ScribeMessage
           
 class SubscribeAckMessage
           
 class SubscribeFailedMessage
           
 class SubscribeLostMessage
           
 class SubscribeMessage
           
 class UnsubscribeMessage
           
 

Uses of RawMessage in rice.p2p.scribe.testing
 

Methods in rice.p2p.scribe.testing with parameters of type RawMessage
 void RawScribeRegrTest.TestRouteMessage.setMessage(RawMessage message)
          Sets the Message attribute of the TestRouteMessage object
 void ScribeRegrTest.TestRouteMessage.setMessage(RawMessage message)
          Sets the Message attribute of the TestRouteMessage object
 

Uses of RawMessage in rice.p2p.util
 

Classes in rice.p2p.util that implement RawMessage
 class JavaSerializedMessage
          Wrapper that converts rice.pastry.messaging.Message to rice.pastry.messageing.PRawMessage
 

Uses of RawMessage in rice.pastry.commonapi
 

Classes in rice.pastry.commonapi that implement RawMessage
 class PastryEndpointMessage
          This class is an internal message to the commonapi gluecode.
 

Fields in rice.pastry.commonapi declared as RawMessage
protected  RawMessage PastryEndpointMessage.message
          DESCRIBE THE FIELD
 

Methods in rice.pastry.commonapi with parameters of type RawMessage
 void PastryEndpoint.route(Id key, RawMessage msg, NodeHandle hint)
          DESCRIBE THE METHOD
 void PastryEndpointMessage.setMessage(RawMessage message)
          Returns the internal message
 

Constructors in rice.pastry.commonapi with parameters of type RawMessage
PastryEndpointMessage(int address, RawMessage message, NodeHandle sender)
          Constructor for PastryEndpointMessage.
 

Uses of RawMessage in rice.pastry.join
 

Classes in rice.pastry.join that implement RawMessage
 class JoinRequest
          Request to join this network.
 

Uses of RawMessage in rice.pastry.leafset
 

Classes in rice.pastry.leafset that implement RawMessage
 class BroadcastLeafSet
          Broadcast a leaf set to another node.
 class RequestLeafSet
          Request a leaf set from another node.
 

Uses of RawMessage in rice.pastry.messaging
 

Classes in rice.pastry.messaging that implement RawMessage
 class PJavaSerializedMessage
          Wrapper that converts rice.pastry.messaging.Message to rice.pastry.messageing.PRawMessage
 class PRawMessage
          Adapts Message to a RawMessage Adds the "sender" to the RawMessage
 

Uses of RawMessage in rice.pastry.routing
 

Classes in rice.pastry.routing that implement RawMessage
 class BroadcastRouteRow
          Broadcast message for a row from a routing table.
 class RequestRouteRow
          Request a row from the routing table from another node.
 class RouteMessage
          A route message contains a pastry message that has been wrapped to be sent to another pastry node.
 

Methods in rice.pastry.routing with parameters of type RawMessage
 void RouteMessage.setMessage(RawMessage message)
          Sets the Message attribute of the RouteMessage object
 

Uses of RawMessage in rice.pastry.socket
 

Classes in rice.pastry.socket that implement RawMessage
 class SourceRoute
          Class which represets a source route to a remote IP address.
 

Uses of RawMessage in rice.pastry.socket.messaging
 

Classes in rice.pastry.socket.messaging that implement RawMessage
 class DatagramMessage
          Class which represents a "ping" message sent through the socket pastry system.
 class IPAddressRequestMessage
          Class which represents a request for the external visible IP address
 class IPAddressResponseMessage
          Class which represents a request for the external visible IP address
 class LeafSetRequestMessage
          Message which represents a request to get the leafset from the remote node.
 class LeafSetResponseMessage
          A response message to a LeafSetRequestMessage, containing the remote node's leafset.
 class NodeIdRequestMessage
          Message which represents a request to get a node Id from the remote node.
 class NodeIdResponseMessage
          A response message to a NodeIdRequestMessage, containing the remote node's nodeId.
 class PingMessage
          Class which represents a "ping" message sent through the socket pastry system.
 class PingResponseMessage
          Class which represents a "ping" message sent through the socket pastry system.
 class RouteRowRequestMessage
          Message which represents a request to get the leafset from the remote node.
 class RouteRowResponseMessage
          A response message to a RouteRowRequestMessage, containing the remote node's routerow.
 class RoutesRequestMessage
          Message which represents a request to get the leafset from the remote node.
 class RoutesResponseMessage
          A response message to a RoutesRequestMessage, containing the remote node's routes.
 class SocketMessage
          Class which represents an abstract control message
 class WrongEpochMessage
          Class which represents a "ping" message sent through the socket pastry system.
 

Uses of RawMessage in rice.pastry.standard
 

Classes in rice.pastry.standard that implement RawMessage
 class ConsistentJoinMsg
           
 

Uses of RawMessage in rice.tutorial.rawserialization
 

Classes in rice.tutorial.rawserialization that implement RawMessage
 class MyMsg
          An example message.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection