|
Rice Pastry API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ScribeContent in rice.p2p.multiring |
|---|
| Methods in rice.p2p.multiring with parameters of type ScribeContent | |
|---|---|
boolean |
MultiringNode.anycast(Topic topic,
ScribeContent content)
This method is invoked when an anycast is received for a topic which this client is interested in. |
void |
MultiringNode.deliver(Topic topic,
ScribeContent content)
This method is invoked when a message is delivered for a topic this client is interested in. |
| Uses of ScribeContent in rice.p2p.multiring.messaging |
|---|
| Classes in rice.p2p.multiring.messaging that implement ScribeContent | |
|---|---|
class |
RingMessage
|
| Uses of ScribeContent in rice.p2p.scribe |
|---|
| Methods in rice.p2p.scribe with parameters of type ScribeContent | |
|---|---|
void |
Scribe.anycast(Topic topic,
ScribeContent content)
Anycasts the given content to a member of the given topic |
boolean |
ScribeClient.anycast(Topic topic,
ScribeContent content)
This method is invoked when an anycast is received for a topic which this client is interested in. |
void |
ScribeImpl.anycast(Topic topic,
ScribeContent content)
Anycasts the given content to a member of the given topic |
void |
ScribeClient.deliver(Topic topic,
ScribeContent content)
This method is invoked when a message is delivered for a topic this client is interested in. |
void |
Scribe.publish(Topic topic,
ScribeContent content)
Publishes the given message to the topic. |
void |
ScribeImpl.publish(Topic topic,
ScribeContent content)
Publishes the given message to the topic. |
void |
Scribe.subscribe(Topic topic,
ScribeClient client,
ScribeContent content)
Subscribes the given client to the provided topic. |
void |
ScribeImpl.subscribe(Topic topic,
ScribeClient client,
ScribeContent content)
Subscribes the given client to the provided topic. |
| Uses of ScribeContent in rice.p2p.scribe.messaging |
|---|
| Methods in rice.p2p.scribe.messaging that return ScribeContent | |
|---|---|
ScribeContent |
AnycastMessage.getContent()
Returns the content |
ScribeContent |
PublishMessage.getContent()
Returns the content |
ScribeContent |
PublishRequestMessage.getContent()
Returns the content |
| Methods in rice.p2p.scribe.messaging with parameters of type ScribeContent | |
|---|---|
void |
AnycastMessage.setContent(ScribeContent content)
|
void |
PublishMessage.setContent(ScribeContent content)
|
| Constructors in rice.p2p.scribe.messaging with parameters of type ScribeContent | |
|---|---|
AnycastMessage(NodeHandle source,
Topic topic,
ScribeContent content)
Constructor which takes a unique integer Id |
|
PublishMessage(NodeHandle source,
Topic topic,
ScribeContent content)
Constructor which takes a unique integer Id |
|
PublishRequestMessage(NodeHandle source,
Topic topic,
ScribeContent content)
Constructor which takes a unique integer Id |
|
| Uses of ScribeContent in rice.p2p.scribe.rawserialization |
|---|
| Subinterfaces of ScribeContent in rice.p2p.scribe.rawserialization | |
|---|---|
interface |
RawScribeContent
|
| Classes in rice.p2p.scribe.rawserialization that implement ScribeContent | |
|---|---|
class |
JavaSerializedScribeContent
|
| Fields in rice.p2p.scribe.rawserialization declared as ScribeContent | |
|---|---|
ScribeContent |
JavaSerializedScribeContent.content
|
| Methods in rice.p2p.scribe.rawserialization that return ScribeContent | |
|---|---|
ScribeContent |
JavaScribeContentDeserializer.deserializeScribeContent(InputBuffer buf,
Endpoint endpoint,
short contentType)
|
ScribeContent |
ScribeContentDeserializer.deserializeScribeContent(InputBuffer buf,
Endpoint endpoint,
short contentType)
|
ScribeContent |
JavaSerializedScribeContent.getContent()
|
| Constructors in rice.p2p.scribe.rawserialization with parameters of type ScribeContent | |
|---|---|
JavaSerializedScribeContent(ScribeContent content)
|
|
| Uses of ScribeContent in rice.p2p.scribe.testing |
|---|
| Classes in rice.p2p.scribe.testing that implement ScribeContent | |
|---|---|
protected static class |
RawScribeRegrTest.TestScribeContent
Utility class for past content objects |
protected static class |
ScribeRegrTest.TestScribeContent
Utility class for past content objects |
| Methods in rice.p2p.scribe.testing that return ScribeContent | |
|---|---|
ScribeContent[] |
RawScribeRegrTest.TestScribeClient.getAnycastMessages()
|
ScribeContent[] |
ScribeRegrTest.TestScribeClient.getAnycastMessages()
|
ScribeContent[] |
RawScribeRegrTest.TestScribeClient.getPublishMessages()
|
ScribeContent[] |
ScribeRegrTest.TestScribeClient.getPublishMessages()
|
| Methods in rice.p2p.scribe.testing with parameters of type ScribeContent | |
|---|---|
boolean |
RawScribeRegrTest.TestScribeClient.anycast(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
boolean |
ScribeRegrTest.TestScribeClient.anycast(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
void |
RawScribeRegrTest.TestScribeClient.deliver(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
void |
ScribeRegrTest.TestScribeClient.deliver(Topic topic,
ScribeContent content)
DESCRIBE THE METHOD |
| Uses of ScribeContent in rice.p2p.splitstream |
|---|
| Classes in rice.p2p.splitstream that implement ScribeContent | |
|---|---|
class |
SplitStreamContent
This represents data sent through scribe for splitstream |
class |
SplitStreamSubscribeContent
This represents data sent through scribe for splitstream during a subscribe |
| Methods in rice.p2p.splitstream with parameters of type ScribeContent | |
|---|---|
boolean |
Stripe.anycast(Topic topic,
ScribeContent content)
This method is invoked when an anycast is received for a topic which this client is interested in. |
void |
Stripe.deliver(Topic topic,
ScribeContent content)
This method is invoked when a message is delivered for a topic this client is interested in. |
| Uses of ScribeContent in rice.pastry.testing |
|---|
| Classes in rice.pastry.testing that implement ScribeContent | |
|---|---|
protected static class |
RoutingTableTest.TestScribeContent
Utility class for past content objects |
| Uses of ScribeContent in rice.tutorial.scribe |
|---|
| Classes in rice.tutorial.scribe that implement ScribeContent | |
|---|---|
class |
MyScribeContent
|
| Methods in rice.tutorial.scribe with parameters of type ScribeContent | |
|---|---|
boolean |
MyScribeClient.anycast(Topic topic,
ScribeContent content)
Called when we receive an anycast. |
void |
MyScribeClient.deliver(Topic topic,
ScribeContent content)
Called whenever we receive a published message. |
|
Rice Pastry API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||