Rice Pastry API

Uses of Class
rice.p2p.scribe.messaging.AnycastMessage

Packages that use AnycastMessage
rice.p2p.scribe   
rice.p2p.scribe.messaging   
rice.p2p.splitstream   
 

Uses of AnycastMessage in rice.p2p.scribe
 

Methods in rice.p2p.scribe with parameters of type AnycastMessage
 void ScribePolicy.directAnycast(AnycastMessage message, NodeHandle parent, NodeHandle[] children)
          This method is called when an anycast is received which is not satisfied at the local node.
 void ScribePolicy.DefaultScribePolicy.directAnycast(AnycastMessage message, NodeHandle parent, NodeHandle[] children)
          Simply adds the parent and children in order, which implements a depth-first-search.
 

Uses of AnycastMessage in rice.p2p.scribe.messaging
 

Subclasses of AnycastMessage in rice.p2p.scribe.messaging
 class SubscribeMessage
           
 

Methods in rice.p2p.scribe.messaging that return AnycastMessage
static AnycastMessage AnycastMessage.build(InputBuffer buf, Endpoint endpoint, ScribeContentDeserializer scd)
          DESCRIBE THE METHOD
 

Uses of AnycastMessage in rice.p2p.splitstream
 

Methods in rice.p2p.splitstream with parameters of type AnycastMessage
 void SplitStreamScribePolicy.directAnycast(AnycastMessage message, NodeHandle parent, NodeHandle[] children)
          This method adds the parent and child in such a way that the nodes who have this stripe as their primary strpe are examined first.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection