|
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SubscribeMessage | |
| rice.p2p.scribe | |
| 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.allowSubscribe(rice.p2p.scribe.messaging.SubscribeMessage message,
rice.p2p.scribe.ScribeClient[] clients,
rice.p2p.commonapi.NodeHandle[] children)
This method is called when the newChild is about to become our child, and the policy should return whether or not the child should be allowed to become our child. |
boolean |
ScribePolicy.DefaultScribePolicy.allowSubscribe(rice.p2p.scribe.messaging.SubscribeMessage message,
rice.p2p.scribe.ScribeClient[] clients,
rice.p2p.commonapi.NodeHandle[] children)
This method always return true; |
boolean |
ScribePolicy.LimitedScribePolicy.allowSubscribe(rice.p2p.scribe.messaging.SubscribeMessage message,
rice.p2p.scribe.ScribeClient[] clients,
rice.p2p.commonapi.NodeHandle[] children)
This method returns (children.length < maxChildren-1); |
| Uses of SubscribeMessage in rice.p2p.scribe.testing |
| Methods in rice.p2p.scribe.testing with parameters of type SubscribeMessage | |
boolean |
ScribeRegrTest.TestScribePolicy.allowSubscribe(rice.p2p.scribe.messaging.SubscribeMessage message,
rice.p2p.scribe.ScribeClient[] clients,
rice.p2p.commonapi.NodeHandle[] children)
|
| Uses of SubscribeMessage in rice.p2p.splitstream |
| Methods in rice.p2p.splitstream with parameters of type SubscribeMessage | |
boolean |
SplitStreamScribePolicy.allowSubscribe(rice.p2p.scribe.messaging.SubscribeMessage message,
rice.p2p.scribe.ScribeClient[] clients,
rice.p2p.commonapi.NodeHandle[] children)
This method implements the "locating parent" algorithm of SplitStream. |
|
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||