|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scribe | |
---|---|
rice.p2p.multiring | |
rice.p2p.scribe | |
rice.p2p.scribe.testing | |
rice.p2p.splitstream |
Uses of Scribe in rice.p2p.multiring |
---|
Fields in rice.p2p.multiring declared as Scribe | |
---|---|
protected Scribe |
MultiringNode.scribe
The Scribe application which the node uses to do routing |
Uses of Scribe in rice.p2p.scribe |
---|
Classes in rice.p2p.scribe that implement Scribe | |
---|---|
class |
ScribeImpl
|
Methods in rice.p2p.scribe with parameters of type Scribe | |
---|---|
java.util.List<Topic> |
ScribePolicy.allowSubscribe(Scribe scribe,
NodeHandle source,
java.util.List<Topic> topics,
ScribeContent content)
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. |
java.util.List<Topic> |
ScribePolicy.DefaultScribePolicy.allowSubscribe(Scribe scribe,
NodeHandle source,
java.util.List<Topic> topics,
ScribeContent content)
If you don't override the deprecated allowSubscribe(), This method always return true; |
Uses of Scribe in rice.p2p.scribe.testing |
---|
Fields in rice.p2p.scribe.testing declared as Scribe | |
---|---|
protected Scribe |
ScribeRegrTest.TestScribeClient.scribe
DESCRIBE THE FIELD |
protected Scribe |
ScribeRegrTest.TestScribePolicy.scribe
|
Constructors in rice.p2p.scribe.testing with parameters of type Scribe | |
---|---|
ScribeRegrTest.TestScribeClient(Scribe scribe,
java.util.List<Topic> topics,
int i)
|
|
ScribeRegrTest.TestScribeClient(Scribe scribe,
Topic topic,
int i)
Constructor for TestScribeClient. |
|
ScribeRegrTest.TestScribePolicy(Scribe scribe)
|
Uses of Scribe in rice.p2p.splitstream |
---|
Fields in rice.p2p.splitstream declared as Scribe | |
---|---|
protected Scribe |
SplitStreamImpl.scribe
The scribe instance for this SplitStream Object |
protected Scribe |
SplitStreamScribePolicy.scribe
A reference to this policy's scribe object |
protected Scribe |
Stripe.scribe
The scribe object |
Methods in rice.p2p.splitstream with parameters of type Scribe | |
---|---|
ScribePolicy |
SplitStreamScribePolicyFactory.getSplitStreamScribePolicy(Scribe scribe,
SplitStream splitstream)
|
Constructors in rice.p2p.splitstream with parameters of type Scribe | |
---|---|
Channel(ChannelId channelId,
Scribe scribe,
java.lang.String instance,
IdFactory factory,
Id localId,
int stripeBase,
int maxFailedSubscriptions)
Constructor to create a new channel from scratch |
|
SplitStreamScribePolicy(Scribe scribe,
SplitStream splitStream)
Constructor which takes a splitStream object |
|
Stripe(StripeId stripeId,
Scribe scribe,
java.lang.String instance,
Channel channel,
int maxFailedSubscriptions)
The constructor used when creating a stripe from scratch. |
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |