Rice Pastry API

Uses of Interface
rice.Executable

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

Uses of Executable in rice.environment.processing
 

Methods in rice.environment.processing with parameters of type Executable
<R,E extends java.lang.Exception>
Cancellable
Processor.process(Executable<R,E> task, Continuation<R,E> command, int priority, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
<R,E extends java.lang.Exception>
Cancellable
Processor.process(Executable<R,E> task, Continuation<R,E> command, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
 

Uses of Executable in rice.environment.processing.sim
 

Methods in rice.environment.processing.sim with parameters of type Executable
<R,E extends java.lang.Exception>
Cancellable
SimProcessor.process(Executable<R,E> task, Continuation<R,E> command, int priority, SelectorManager selector, TimeSource ts, LogManager log)
           
<R,E extends java.lang.Exception>
Cancellable
SimProcessor.process(Executable<R,E> task, Continuation<R,E> command, SelectorManager selector, TimeSource ts, LogManager log)
           
 

Uses of Executable in rice.environment.processing.simple
 

Methods in rice.environment.processing.simple with parameters of type Executable
<R,E extends java.lang.Exception>
Cancellable
SimpleProcessor.process(Executable<R,E> task, Continuation<R,E> command, int priority, SelectorManager selector, TimeSource ts, LogManager log)
           
<R,E extends java.lang.Exception>
Cancellable
SimpleProcessor.process(Executable<R,E> task, Continuation<R,E> 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, int priority, long seq, LogManager logging, TimeSource timeSource, SelectorManager selectorManager)
           
 

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.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection