|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TimerTask in org.mpisws.p2p.transport.liveness |
---|
Subclasses of TimerTask in org.mpisws.p2p.transport.liveness | |
---|---|
protected class |
LivenessTransportLayerImpl.DeadChecker
DESCRIBE THE CLASS |
Uses of TimerTask in org.mpisws.p2p.transport.peerreview.audit |
---|
Fields in org.mpisws.p2p.transport.peerreview.audit declared as TimerTask | |
---|---|
protected TimerTask |
AuditProtocolImpl.auditTimer
Null if there is no current timer. |
protected TimerTask |
AuditProtocolImpl.progressTimer
|
Uses of TimerTask in org.mpisws.p2p.transport.peerreview.replay.playback |
---|
Methods in org.mpisws.p2p.transport.peerreview.replay.playback with parameters of type TimerTask | |
---|---|
protected void |
ReplaySM.addTask(TimerTask task)
|
Uses of TimerTask in org.mpisws.p2p.transport.peerreview.replay.record |
---|
Methods in org.mpisws.p2p.transport.peerreview.replay.record with parameters of type TimerTask | |
---|---|
protected void |
RecordSM.addTask(TimerTask task)
|
Uses of TimerTask in org.mpisws.p2p.transport.wire |
---|
Fields in org.mpisws.p2p.transport.wire declared as TimerTask | |
---|---|
protected TimerTask |
SocketManager.timer
|
Uses of TimerTask in org.mpisws.p2p.transport.wire.magicnumber |
---|
Subclasses of TimerTask in org.mpisws.p2p.transport.wire.magicnumber | |
---|---|
protected class |
MagicNumberTransportLayer.VerifyHeaderReceiver
|
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.peerreview |
---|
Fields in rice.pastry.peerreview with type parameters of type TimerTask | |
---|---|
protected java.util.Map<Id,Tuple<TimerTask,java.util.Collection<Continuation<java.util.Collection<NodeHandle>,java.lang.Exception>>>> |
FetchLeafsetApp.pendingLookups
|
Uses of TimerTask in rice.pastry.standard |
---|
Subclasses of TimerTask in rice.pastry.standard | |
---|---|
class |
PartitionHandler
The PartitionHandler does two things: it collects a list of candidate nodes that may be in another partition, and it periodically tries to reach these nodes to heal a partition. |
Uses of TimerTask in rice.selector |
---|
Fields in rice.selector with type parameters of type TimerTask | |
---|---|
protected java.util.Queue<TimerTask> |
SelectorManager.timerQueue
|
Methods in rice.selector that return TimerTask | |
---|---|
TimerTask |
SelectorManager.schedule(TimerTask task)
Method which schedules a task to run after a specified number of millis. |
TimerTask |
Timer.schedule(TimerTask dtt)
|
TimerTask |
SelectorManager.schedule(TimerTask task,
long delay)
|
TimerTask |
Timer.schedule(TimerTask task,
long delay)
|
TimerTask |
SelectorManager.schedule(TimerTask task,
long delay,
long period)
Method which schedules a task to run repeatedly after a specified delay and period |
TimerTask |
Timer.schedule(TimerTask task,
long delay,
long period)
|
TimerTask |
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 |
TimerTask |
Timer.scheduleAtFixedRate(TimerTask task,
long delay,
long period)
|
Methods in rice.selector with parameters of type TimerTask | |
---|---|
protected void |
SelectorManager.addTask(TimerTask task)
|
int |
TimerTask.compareTo(TimerTask arg0)
|
protected boolean |
ProfileSelector.executeTask(TimerTask next)
|
protected boolean |
SelectorManager.executeTask(TimerTask next)
|
void |
SelectorManager.removeTask(TimerTask task)
|
TimerTask |
SelectorManager.schedule(TimerTask task)
Method which schedules a task to run after a specified number of millis. |
TimerTask |
Timer.schedule(TimerTask dtt)
|
TimerTask |
SelectorManager.schedule(TimerTask task,
long delay)
|
TimerTask |
Timer.schedule(TimerTask task,
long delay)
|
TimerTask |
SelectorManager.schedule(TimerTask task,
long delay,
long period)
Method which schedules a task to run repeatedly after a specified delay and period |
TimerTask |
Timer.schedule(TimerTask task,
long delay,
long period)
|
TimerTask |
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 |
TimerTask |
Timer.scheduleAtFixedRate(TimerTask task,
long delay,
long period)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |