|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscribeMessage | |
---|---|
rice.p2p.scribe | |
rice.p2p.scribe.messaging | |
rice.p2p.scribe.testing | |
rice.p2p.splitstream |
Uses of SubscribeMessage in rice.p2p.scribe |
---|
Methods in rice.p2p.scribe with parameters of type SubscribeMessage | |
---|---|
boolean |
ScribePolicy.DefaultScribePolicy.allowSubscribe(SubscribeMessage message,
ScribeClient[] clients,
NodeHandle[] children)
This method should be deprecated, but is here for reverse compatibility. |
boolean |
ScribePolicy.LimitedScribePolicy.allowSubscribe(SubscribeMessage message,
ScribeClient[] clients,
NodeHandle[] children)
This method returns (children.length < maxChildren-1); |
protected boolean |
ScribeImpl.handleForwardSubscribeMessage(SubscribeMessage sMessage)
This is complicated because the SubscribeMessage may have many topics to subscribe to at once. |
Uses of SubscribeMessage in rice.p2p.scribe.messaging |
---|
Methods in rice.p2p.scribe.messaging that return SubscribeMessage | |
---|---|
static SubscribeMessage |
SubscribeMessage.buildSM(InputBuffer buf,
Endpoint endpoint,
ScribeContentDeserializer scd)
|
SubscribeMessage |
SubscribeMessage.copy(java.util.List<Topic> newTopics,
RawScribeContent content)
Copies everything except changes the topics to the new list |
Uses of SubscribeMessage in rice.p2p.scribe.testing |
---|
Methods in rice.p2p.scribe.testing with parameters of type SubscribeMessage | |
---|---|
boolean |
ScribeRegrTest.TestScribePolicy.allowSubscribe(SubscribeMessage message,
ScribeClient[] clients,
NodeHandle[] children)
|
Uses of SubscribeMessage in rice.p2p.splitstream |
---|
Methods in rice.p2p.splitstream with parameters of type SubscribeMessage | |
---|---|
boolean |
SplitStreamScribePolicy.allowSubscribe(SubscribeMessage message,
ScribeClient[] clients,
NodeHandle[] children)
This method implements the "locating parent" algorithm of SplitStream. |
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |