ePOST API

Uses of Interface
rice.selector.Timer

Packages that use Timer
rice.pastry   
rice.pastry.direct   
rice.pastry.dist   
rice.pastry.standard   
rice.persistence   
rice.post.proxy   
rice.selector   
rice.selector.testing   
rice.visualization.server   
 

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.post.proxy
 

Fields in rice.post.proxy declared as Timer
protected  Timer PostProxy.timer
          The global timer used for scheduling events
 

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)
           
 

Uses of Timer in rice.visualization.server
 

Constructors in rice.visualization.server with parameters of type Timer
AggregationPanelCreator(Timer timer, AggregationImpl aggregation)
           
EmailPanelCreator(Timer timer, SmtpServer server)
           
GCPanelCreator(Timer timer, Past past)
           
MultiPASTPanelCreator(Timer timer, java.lang.String[] names, PastImpl[] pasts)
           
PASTPanelCreator(Timer timer, java.lang.String name, PastImpl past)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.