|
Rice Pastry API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Timer | |
|---|---|
| rice.p2p.util | |
| rice.pastry | |
| rice.pastry.direct | |
| rice.pastry.dist | |
| rice.pastry.standard | |
| rice.persistence | |
| rice.selector | |
| rice.selector.testing | |
| Uses of Timer in rice.p2p.util |
|---|
| Constructors in rice.p2p.util with parameters of type Timer | |
|---|---|
TimerWeakHashMap(Timer t,
int delay)
|
|
| Uses of Timer in rice.pastry |
|---|
| Constructors in rice.pastry with parameters of type Timer | |
|---|---|
ExponentialBackoffScheduledMessage(PastryNode node,
Message msg,
Timer timer,
long initialDelay,
double expBase)
|
|
ExponentialBackoffScheduledMessage(PastryNode node,
Message msg,
Timer timer,
long delay,
long initialPeriod,
double expBase)
|
|
| Uses of Timer in rice.pastry.direct |
|---|
| Fields in rice.pastry.direct declared as Timer | |
|---|---|
protected Timer |
DirectPastryNode.timer
|
| Uses of Timer in rice.pastry.dist |
|---|
| Fields in rice.pastry.dist declared as Timer | |
|---|---|
protected Timer |
DistPastryNode.timer
|
| Methods in rice.pastry.dist that return Timer | |
|---|---|
Timer |
DistPastryNode.getTimer()
|
| Uses of Timer in rice.pastry.standard |
|---|
| Methods in rice.pastry.standard with parameters of type Timer | |
|---|---|
void |
PartitionHandler.start(Timer timer)
|
| 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)
|
static void |
SelectorTest.scheduleStuff(Timer timer,
SelectorManager sman)
|
|
Rice Pastry API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||