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.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)
          Adds a feature to the Destructable attribute of the Environment object
 void Environment.removeDestructable(Destructable destructable)
          DESCRIBE THE METHOD
 

Uses of Destructable in rice.environment.processing
 

Subinterfaces of Destructable in rice.environment.processing
 interface Processor
           
 

Uses of Destructable in rice.environment.processing.sim
 

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

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.
 

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.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