Rice Pastry API

Uses of Interface
rice.p2p.scribe.rawserialization.RawScribeContent

Packages that use RawScribeContent
rice.p2p.multiring.messaging   
rice.p2p.scribe   
rice.p2p.scribe.messaging   
rice.p2p.scribe.rawserialization   
rice.p2p.scribe.testing   
rice.p2p.splitstream   
 

Uses of RawScribeContent in rice.p2p.multiring.messaging
 

Classes in rice.p2p.multiring.messaging that implement RawScribeContent
 class RingMessage
           
 

Uses of RawScribeContent in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type RawScribeContent
 void ScribeImpl.anycast(Topic topic, RawScribeContent content)
           
 void ScribeImpl.anycast(Topic topic, RawScribeContent content, NodeHandle hint)
           
 void ScribeImpl.publish(Topic topic, RawScribeContent content)
           
 void ScribeImpl.subscribe(java.util.Collection<Topic> theTopics, ScribeClient client, RawScribeContent content, NodeHandle hint)
           
 void ScribeImpl.subscribe(java.util.Collection<Topic> theTopics, ScribeMultiClient client, RawScribeContent content, NodeHandle hint)
           
 void ScribeImpl.subscribe(Topic topic, ScribeClient client, RawScribeContent content)
           
 void ScribeImpl.subscribe(Topic topic, ScribeClient client, RawScribeContent content, NodeHandle hint)
           
 

Uses of RawScribeContent in rice.p2p.scribe.messaging
 

Fields in rice.p2p.scribe.messaging declared as RawScribeContent
 RawScribeContent AnycastFailureMessage.content
           
protected  RawScribeContent AnycastMessage.content
          the content of this message
protected  RawScribeContent PublishMessage.content
           
protected  RawScribeContent PublishRequestMessage.content
           
 

Methods in rice.p2p.scribe.messaging that return RawScribeContent
 RawScribeContent AnycastMessage.getRawContent()
           
 

Methods in rice.p2p.scribe.messaging with parameters of type RawScribeContent
 void AnycastMessage.setContent(RawScribeContent content)
          Sets the content
 

Constructors in rice.p2p.scribe.messaging with parameters of type RawScribeContent
AnycastFailureMessage(NodeHandle source, Topic topic, RawScribeContent content)
           
AnycastMessage(NodeHandle source, Topic topic, RawScribeContent content)
           
PublishMessage(NodeHandle source, Topic topic, RawScribeContent content)
           
PublishRequestMessage(NodeHandle source, Topic topic, RawScribeContent content)
           
SubscribeMessage(NodeHandle source, java.util.List<Topic> topics, int id, RawScribeContent content)
          Constructor which takes a unique integer Id
SubscribeMessage(NodeHandle source, Topic topic, int id, RawScribeContent content)
           
 

Uses of RawScribeContent in rice.p2p.scribe.rawserialization
 

Classes in rice.p2p.scribe.rawserialization that implement RawScribeContent
 class JavaSerializedScribeContent
           
 

Methods in rice.p2p.scribe.rawserialization with parameters of type RawScribeContent
 void RawScribe.anycast(Topic topic, RawScribeContent content)
          Anycasts the given content to a member of the given topic
 void RawScribe.anycast(Topic topic, RawScribeContent content, NodeHandle hint)
          Anycasts the given content to a member of the given topic The hint helps us to implement centralized algorithms where the hint is the cachedRoot for the topic.
 void RawScribe.publish(Topic topic, RawScribeContent content)
          Publishes the given message to the topic.
 void RawScribe.subscribe(java.util.Collection<Topic> topics, ScribeClient client, RawScribeContent content, NodeHandle hint)
          Subscribe to multiple topics.
 void RawScribe.subscribe(Topic topic, ScribeClient client, RawScribeContent content)
          Subscribes the given client to the provided topic.
 void RawScribe.subscribe(Topic topic, ScribeClient client, RawScribeContent content, NodeHandle hint)
          Subscribes the given client to the provided topic.
 

Uses of RawScribeContent in rice.p2p.scribe.testing
 

Classes in rice.p2p.scribe.testing that implement RawScribeContent
protected static class RawScribeRegrTest.TestScribeContent
          Utility class for past content objects
 

Uses of RawScribeContent in rice.p2p.splitstream
 

Classes in rice.p2p.splitstream that implement RawScribeContent
 class SplitStreamContent
          This represents data sent through scribe for splitstream
 class SplitStreamSubscribeContent
          This represents data sent through scribe for splitstream during a subscribe
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.