|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimerTask | |
---|---|
rice.environment.logging.file | |
rice.p2p.util | |
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
|
protected TimerTask |
RotatingLogManager.sizeRotateTask
|
Uses of TimerTask in rice.p2p.util |
---|
Subclasses of TimerTask in rice.p2p.util | |
---|---|
static class |
TimerWeakHashMap.HardLinkTimerTask
|
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
|
class |
DirectTimerTask
|
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. |
static class |
TimerWeakHashSet.HardLinkTimerTask
|
Uses of TimerTask in rice.pastry.standard |
---|
Subclasses of TimerTask in rice.pastry.standard | |
---|---|
class |
PartitionHandler
|
Uses of TimerTask in rice.selector |
---|
Methods in rice.selector with parameters of type TimerTask | |
---|---|
void |
SelectorManager.schedule(TimerTask task)
Method which schedules a task to run after a specified number of millis. |
void |
Timer.schedule(TimerTask dtt)
|
void |
SelectorManager.schedule(TimerTask task,
long delay)
|
void |
Timer.schedule(TimerTask task,
long delay)
|
void |
SelectorManager.schedule(TimerTask task,
long delay,
long period)
Method which schedules a task to run repeatedly after a specified delay and period |
void |
Timer.schedule(TimerTask task,
long delay,
long 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)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |