Rice Pastry API

Uses of Interface
rice.Executable

Packages that use Executable
rice.environment.processing   
rice.environment.processing.simple   
rice.p2p.commonapi   
rice.p2p.multiring   
rice.p2p.past.gc   
rice.p2p.replication   
rice.pastry   
rice.pastry.commonapi   
rice.pastry.dist   
 

Uses of Executable in rice.environment.processing
 

Methods in rice.environment.processing with parameters of type Executable
 void Processor.process(Executable task, Continuation command, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
 

Uses of Executable in rice.environment.processing.simple
 

Methods in rice.environment.processing.simple with parameters of type Executable
 void SimpleProcessor.process(Executable task, Continuation command, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
 

Constructors in rice.environment.processing.simple with parameters of type Executable
ProcessingRequest(Executable r, Continuation c, LogManager logging, TimeSource timeSource, SelectorManager selectorManager)
          Constructor for ProcessingRequest.
 

Uses of Executable in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type Executable
 void Endpoint.process(Executable task, Continuation command)
          Schedules a job for processing on the dedicated processing thread.
 

Uses of Executable in rice.p2p.multiring
 

Methods in rice.p2p.multiring with parameters of type Executable
 void MultiringEndpoint.process(Executable task, Continuation command)
          Schedules a job for processing on the dedicated processing thread.
 

Uses of Executable in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc with parameters of type Executable
 void GCEndpoint.process(Executable task, Continuation command)
          Schedules a job for processing on the dedicated processing thread.
 

Uses of Executable in rice.p2p.replication
 

Classes in rice.p2p.replication that implement Executable
protected  class ReplicationImpl.BloomFilterExecutable
          Internal class which is an executable for creating a bloom filter
 

Uses of Executable in rice.pastry
 

Methods in rice.pastry with parameters of type Executable
 void PastryNode.process(Executable task, Continuation command)
          Schedules a job for processing on the dedicated processing thread, should one exist.
 

Uses of Executable in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi with parameters of type Executable
 void PastryEndpoint.process(Executable task, Continuation command)
          Schedules a job for processing on the dedicated processing thread.
 

Uses of Executable in rice.pastry.dist
 

Methods in rice.pastry.dist with parameters of type Executable
 void DistPastryNode.process(Executable task, Continuation command)
          Schedules a job for processing on the dedicated processing thread.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection