|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Timer in org.mpisws.p2p.transport.limitsockets |
---|
Fields in org.mpisws.p2p.transport.limitsockets declared as Timer | |
---|---|
protected Timer |
LimitSocketsTransportLayer.timer
|
Uses of Timer in org.mpisws.p2p.transport.liveness |
---|
Fields in org.mpisws.p2p.transport.liveness declared as Timer | |
---|---|
protected Timer |
LivenessTransportLayerImpl.timer
|
Uses of Timer in org.mpisws.p2p.transport.peerreview.replay.playback |
---|
Classes in org.mpisws.p2p.transport.peerreview.replay.playback that implement Timer | |
---|---|
class |
ReplaySM
There are normally 3 kinds of events: Invokations TimerTasks Network I/O The Network I/O should match exactly with our Log, and so we only have to pump Invokations |
Uses of Timer in org.mpisws.p2p.transport.peerreview.replay.record |
---|
Classes in org.mpisws.p2p.transport.peerreview.replay.record that implement Timer | |
---|---|
class |
RecordSM
This is the SelectorManager for PeerReview. |
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 initialDelay,
long initialPeriod,
double expBase,
long maxPeriod)
|
Uses of Timer in rice.pastry.pns |
---|
Fields in rice.pastry.pns declared as Timer | |
---|---|
protected Timer |
PNSApplication.timer
|
Uses of Timer in rice.pastry.standard |
---|
Methods in rice.pastry.standard with parameters of type Timer | |
---|---|
void |
PartitionHandler.start(Timer timer)
This method starts the PartitionHandler's probing of candidate nodes. |
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 schedule 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 |