Rice Pastry API

Uses of Interface
rice.p2p.scribe.Scribe

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
           
 

Uses of Scribe in rice.p2p.scribe.testing
 

Fields in rice.p2p.scribe.testing declared as Scribe
protected  Scribe ScribeRegrTest.TestScribePolicy.scribe
          DESCRIBE THE FIELD
 

Constructors in rice.p2p.scribe.testing with parameters of type Scribe
ScribeRegrTest.TestScribePolicy(Scribe scribe)
          Constructor for TestScribePolicy.
 

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)
          Gets the SplitStreamScribePolicy attribute of the SplitStreamScribePolicyFactory object
 

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

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection