|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
static SelectorManager |
Environment.generateDefaultSelectorManager(TimeSource time,
LogManager logging)
|
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 | |
---|---|
void |
Processor.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 with parameters of type SelectorManager | |
---|---|
WorkRequest(Continuation c,
SelectorManager sm)
|
Uses of SelectorManager in rice.environment.processing.sim |
---|
Methods in rice.environment.processing.sim with parameters of type SelectorManager | |
---|---|
void |
SimProcessor.process(Executable task,
Continuation 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 | |
---|---|
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 SelectorManager | |
---|---|
ProcessingRequest(Executable r,
Continuation c,
LogManager logging,
TimeSource timeSource,
SelectorManager selectorManager)
|
Uses of SelectorManager in rice.environment.time.simulated |
---|
Methods in rice.environment.time.simulated with parameters of type SelectorManager | |
---|---|
void |
DirectTimeSource.setSelectorManager(SelectorManager sm)
|
Uses of SelectorManager in rice.pastry.direct |
---|
Fields in rice.pastry.direct declared as SelectorManager | |
---|---|
protected SelectorManager |
BasicNetworkSimulator.manager
|
Uses of SelectorManager in rice.selector |
---|
Subclasses of SelectorManager in rice.selector | |
---|---|
class |
ProfileSelector
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |