|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Timer | |
rice.pastry | |
rice.pastry.direct | |
rice.pastry.dist | |
rice.pastry.standard | |
rice.persistence | |
rice.selector | |
rice.selector.testing |
Uses of Timer in rice.pastry |
Constructors in rice.pastry with parameters of type Timer | |
ExponentialBackoffScheduledMessage(PastryNode node,
Message msg,
Timer timer,
long delay,
long initialPeriod,
double expBase)
|
|
ExponentialBackoffScheduledMessage(PastryNode node,
Message msg,
Timer timer,
long initialDelay,
double expBase)
Constructor for ExponentialBackoffScheduledMessage. |
Uses of Timer in rice.pastry.direct |
Fields in rice.pastry.direct declared as Timer | |
protected Timer |
DirectPastryNode.timer
DESCRIBE THE FIELD |
Uses of Timer in rice.pastry.dist |
Fields in rice.pastry.dist declared as Timer | |
protected Timer |
DistPastryNode.timer
DESCRIBE THE FIELD |
Methods in rice.pastry.dist that return Timer | |
Timer |
DistPastryNode.getTimer()
Gets the Timer attribute of the DistPastryNode object |
Uses of Timer in rice.pastry.standard |
Methods in rice.pastry.standard with parameters of type Timer | |
void |
PartitionHandler.start(Timer timer)
DESCRIBE THE METHOD |
Uses of Timer in rice.persistence |
Methods in rice.persistence with parameters of type Timer | |
void |
PersistentStorage.setTimer(Timer timer)
Method which allows the persistence root to schedle an event which will tell it to sync the metadata cached. |
Uses of Timer in rice.selector |
Classes in rice.selector that implement Timer | |
class |
ProfileSelector
|
class |
SelectorManager
This class is the class which handles the selector, and listens for activity. |
Methods in rice.selector that return Timer | |
Timer |
SelectorManager.getTimer()
Returns the timer associated with this SelectorManager (in this case, it is this). |
Uses of Timer in rice.selector.testing |
Methods in rice.selector.testing with parameters of type Timer | |
static void |
SelectorTest.scheduleRepeated(Timer timer,
SelectorManager sman)
DESCRIBE THE METHOD |
static void |
SelectorTest.scheduleStuff(Timer timer,
SelectorManager sman)
DESCRIBE THE METHOD |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |