|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Executable | |
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.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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |