Rice Pastry API

Uses of Interface
rice.Destructable

Packages that use Destructable
rice.environment   
rice.environment.processing   
rice.environment.processing.sim   
rice.environment.processing.simple   
rice.p2p.scribe   
rice.p2p.splitstream   
rice.pastry   
rice.pastry.direct   
rice.pastry.dist   
rice.pastry.messaging   
rice.pastry.socket   
rice.selector   
 

Uses of Destructable in rice.environment
 

Classes in rice.environment that implement Destructable
 class Environment
          Used to provide properties, timesource, loggers etc to the FreePastry apps and components.
 

Methods in rice.environment with parameters of type Destructable
 void Environment.addDestructable(Destructable destructable)
           
 void Environment.removeDestructable(Destructable destructable)
           
 

Uses of Destructable in rice.environment.processing
 

Subinterfaces of Destructable in rice.environment.processing
 interface Processor
          Provides a mechanism to do time consuming tasks off of FreePastry's selecto thread.
 

Uses of Destructable in rice.environment.processing.sim
 

Classes in rice.environment.processing.sim that implement Destructable
 class SimProcessor
           
 

Uses of Destructable in rice.environment.processing.simple
 

Classes in rice.environment.processing.simple that implement Destructable
 class SimpleProcessor
           
 

Uses of Destructable in rice.p2p.scribe
 

Subinterfaces of Destructable in rice.p2p.scribe
 interface Scribe
           
 

Classes in rice.p2p.scribe that implement Destructable
 class ScribeImpl
           
 class ScribeImpl.TopicManager
          Class which keeps track of a given topic
 

Uses of Destructable in rice.p2p.splitstream
 

Subinterfaces of Destructable in rice.p2p.splitstream
 interface SplitStream
          The interface defines the methods that a splitStream object must implement.
 

Classes in rice.p2p.splitstream that implement Destructable
 class SplitStreamImpl
          This is the implementing class of the ISplitStream interface.
 

Uses of Destructable in rice.pastry
 

Classes in rice.pastry that implement Destructable
 class PastryNode
          A Pastry node is single entity in the pastry network.
 

Methods in rice.pastry that return Destructable
 Destructable PastryNode.addDestructable(Destructable d)
           
 

Methods in rice.pastry with parameters of type Destructable
 Destructable PastryNode.addDestructable(Destructable d)
           
 boolean PastryNode.removeDestructable(Destructable d)
           
 

Uses of Destructable in rice.pastry.direct
 

Classes in rice.pastry.direct that implement Destructable
 class DirectPastryNode
          Direct pastry node.
 

Uses of Destructable in rice.pastry.dist
 

Classes in rice.pastry.dist that implement Destructable
 class DistPastryNode
          Class which represents the abstraction of a "real" pastry node.
 

Uses of Destructable in rice.pastry.messaging
 

Classes in rice.pastry.messaging that implement Destructable
 class MessageDispatch
          An object which remembers the mapping from names to MessageReceivers and dispatches messages by request.
 

Uses of Destructable in rice.pastry.socket
 

Classes in rice.pastry.socket that implement Destructable
 class SocketPastryNode
          An Socket-based Pastry node, which has two threads - one thread for performing route set and leaf set maintainance, and another thread for listening on the sockets and performing all non-blocking I/O.
 

Uses of Destructable in rice.selector
 

Classes in rice.selector that implement Destructable
 class ProfileSelector
           
 class SelectorManager
          This class is the class which handles the selector, and listens for activity.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection