|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Executable in rice.environment.processing |
---|
Methods in rice.environment.processing with parameters of type Executable | ||
---|---|---|
|
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. |
|
|
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 | ||
---|---|---|
|
SimProcessor.process(Executable<R,E> task,
Continuation<R,E> command,
int priority,
SelectorManager selector,
TimeSource ts,
LogManager log)
|
|
|
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 | ||
---|---|---|
|
SimpleProcessor.process(Executable<R,E> task,
Continuation<R,E> command,
int priority,
SelectorManager selector,
TimeSource ts,
LogManager log)
|
|
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |