|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimerTask | |
rice.environment.logging.file | |
rice.pastry | |
rice.pastry.direct | |
rice.pastry.socket | |
rice.pastry.standard | |
rice.selector |
Uses of TimerTask in rice.environment.logging.file |
Fields in rice.environment.logging.file declared as TimerTask | |
protected TimerTask |
RotatingLogManager.rotateTask
DESCRIBE THE FIELD |
protected TimerTask |
RotatingLogManager.sizeRotateTask
DESCRIBE THE FIELD |
Uses of TimerTask in rice.pastry |
Subclasses of TimerTask in rice.pastry | |
class |
ExponentialBackoffScheduledMessage
|
class |
ScheduledMessage
A class that represents scheduled message events |
Uses of TimerTask in rice.pastry.direct |
Subclasses of TimerTask in rice.pastry.direct | |
class |
DeliveryTimerTask
DESCRIBE THE CLASS |
class |
DirectTimerTask
DESCRIBE THE CLASS |
Uses of TimerTask in rice.pastry.socket |
Subclasses of TimerTask in rice.pastry.socket | |
protected class |
SocketCollectionManager.DeadChecker
DESCRIBE THE CLASS |
protected class |
SocketCollectionManager.MessageRetry
Internal class which represents a message which is currently delayed, waiting for an open socket. |
Uses of TimerTask in rice.pastry.standard |
Subclasses of TimerTask in rice.pastry.standard | |
class |
PartitionHandler
DESCRIBE THE CLASS |
Uses of TimerTask in rice.selector |
Methods in rice.selector with parameters of type TimerTask | |
void |
SelectorManager.schedule(TimerTask task,
long delay)
Method which schedules a task to run after a specified number of millis |
void |
SelectorManager.schedule(TimerTask task,
long delay,
long period)
Method which schedules a task to run repeatedly after a specified delay and period |
void |
SelectorManager.scheduleAtFixedRate(TimerTask task,
long delay,
long period)
Method which schedules a task to run repeatedly (at a fixed rate) after a specified delay and period |
void |
Timer.scheduleAtFixedRate(TimerTask task,
long delay,
long period)
DESCRIBE THE METHOD |
void |
Timer.schedule(TimerTask task,
long delay)
DESCRIBE THE METHOD |
void |
Timer.schedule(TimerTask task,
long delay,
long period)
DESCRIBE THE METHOD |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |