Rice Pastry API

Uses of Class
rice.selector.SelectorManager

Packages that use SelectorManager
org.mpisws.p2p.filetransfer   
org.mpisws.p2p.transport.direct   
org.mpisws.p2p.transport.peerreview.replay.playback   
org.mpisws.p2p.transport.peerreview.replay.record   
org.mpisws.p2p.transport.priority   
org.mpisws.p2p.transport.rendezvous   
rice   
rice.environment   
rice.environment.logging.file   
rice.environment.processing   
rice.environment.processing.sim   
rice.environment.processing.simple   
rice.environment.time.simulated   
rice.pastry.socket   
rice.pastry.socket.nat.rendezvous   
rice.selector   
rice.selector.testing   
 

Uses of SelectorManager in org.mpisws.p2p.filetransfer
 

Fields in org.mpisws.p2p.filetransfer declared as SelectorManager
protected  SelectorManager FileTransferImpl.selectorManager
           
 

Uses of SelectorManager in org.mpisws.p2p.transport.direct
 

Fields in org.mpisws.p2p.transport.direct declared as SelectorManager
protected  SelectorManager EventSimulator.manager
           
 

Uses of SelectorManager in org.mpisws.p2p.transport.peerreview.replay.playback
 

Subclasses of SelectorManager in org.mpisws.p2p.transport.peerreview.replay.playback
 class ReplaySM
          There are normally 3 kinds of events: Invokations TimerTasks Network I/O The Network I/O should match exactly with our Log, and so we only have to pump Invokations
 

Uses of SelectorManager in org.mpisws.p2p.transport.peerreview.replay.record
 

Subclasses of SelectorManager in org.mpisws.p2p.transport.peerreview.replay.record
 class RecordSM
          This is the SelectorManager for PeerReview.
 

Uses of SelectorManager in org.mpisws.p2p.transport.priority
 

Fields in org.mpisws.p2p.transport.priority declared as SelectorManager
protected  SelectorManager PriorityTransportLayerImpl.selectorManager
           
 

Uses of SelectorManager in org.mpisws.p2p.transport.rendezvous
 

Fields in org.mpisws.p2p.transport.rendezvous declared as SelectorManager
protected  SelectorManager RendezvousTransportLayerImpl.selectorManager
           
 

Uses of SelectorManager in rice
 

Methods in rice with parameters of type SelectorManager
 java.lang.Object Continuation.ExternalContinuationRunnable.invoke(SelectorManager sm)
           
 

Uses of SelectorManager in rice.environment
 

Methods in rice.environment that return SelectorManager
protected  SelectorManager Environment.cloneSelectorManager(java.lang.String prefix, TimeSource ts, RandomSource rs, LogManager lman, boolean cloneSelector)
           
static SelectorManager Environment.generateDefaultSelectorManager(TimeSource time, LogManager logging, RandomSource randomSource)
           
 SelectorManager Environment.getSelectorManager()
           
 

Constructors in rice.environment with parameters of type SelectorManager
Environment(SelectorManager sm, Processor proc, RandomSource rs, TimeSource time, LogManager lm, Parameters params, ExceptionStrategy strategy)
          Constructor.
 

Uses of SelectorManager in rice.environment.logging.file
 

Methods in rice.environment.logging.file with parameters of type SelectorManager
 void RotatingLogManager.startRotateTask(SelectorManager sm)
           
 

Uses of SelectorManager in rice.environment.processing
 

Methods in rice.environment.processing with parameters of type SelectorManager
<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.
 

Constructors in rice.environment.processing with parameters of type SelectorManager
WorkRequest(Continuation<R,java.lang.Exception> c, SelectorManager sm)
           
 

Uses of SelectorManager in rice.environment.processing.sim
 

Methods in rice.environment.processing.sim with parameters of type SelectorManager
<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)
           
 

Constructors in rice.environment.processing.sim with parameters of type SelectorManager
SimProcessor(SelectorManager selector)
           
 

Uses of SelectorManager in rice.environment.processing.simple
 

Methods in rice.environment.processing.simple with parameters of type SelectorManager
<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 SelectorManager
ProcessingRequest(Executable r, Continuation c, int priority, long seq, LogManager logging, TimeSource timeSource, SelectorManager selectorManager)
           
UnifiedProcessor(java.lang.String name, SelectorManager sman, TimeSource ts, LogManager log)
           
 

Uses of SelectorManager in rice.environment.time.simulated
 

Fields in rice.environment.time.simulated declared as SelectorManager
protected  SelectorManager DirectTimeSource.selectorManager
           
 

Methods in rice.environment.time.simulated with parameters of type SelectorManager
 void DirectTimeSource.setSelectorManager(SelectorManager sm)
           
 

Uses of SelectorManager in rice.pastry.socket
 

Methods in rice.pastry.socket that return SelectorManager
protected  SelectorManager SocketPastryNodeFactory.cloneSelectorManager(Environment rootEnvironment, Id nodeId, LogManager lman)
           
 

Uses of SelectorManager in rice.pastry.socket.nat.rendezvous
 

Fields in rice.pastry.socket.nat.rendezvous declared as SelectorManager
protected  SelectorManager RendezvousApp.selectorManager
           
 

Uses of SelectorManager in rice.selector
 

Subclasses of SelectorManager in rice.selector
 class ProfileSelector
           
 

Fields in rice.selector declared as SelectorManager
protected  SelectorManager TimerTask.selector
           
 

Methods in rice.selector with parameters of type SelectorManager
 void TimerTask.setSelectorManager(SelectorManager selector)
          Makes the cancel operation remove the task from the queue as well.
 

Uses of SelectorManager in rice.selector.testing
 

Methods in rice.selector.testing with parameters of type SelectorManager
static void SelectorTest.scheduleRepeated(Timer timer, SelectorManager sman)
           
static void SelectorTest.scheduleStuff(Timer timer, SelectorManager sman)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection