Rice Pastry API

Uses of Interface
rice.selector.Timer

Packages that use Timer
org.mpisws.p2p.transport.liveness   
rice.p2p.util   
rice.pastry   
rice.pastry.pns   
rice.pastry.standard   
rice.persistence   
rice.selector   
rice.selector.testing   
 

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 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.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)
           
 

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

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection