Rice Pastry API

Uses of Class
rice.pastry.ScheduledMessage

Packages that use ScheduledMessage
rice.pastry   
rice.pastry.standard   
rice.pastry.transport   
 

Uses of ScheduledMessage in rice.pastry
 

Subclasses of ScheduledMessage in rice.pastry
 class ExponentialBackoffScheduledMessage
           
 

Methods in rice.pastry that return ScheduledMessage
abstract  ScheduledMessage PastryNode.scheduleMsg(Message msg, long delay)
          Schedule the specified message to be sent to the local node after a specified delay.
abstract  ScheduledMessage PastryNode.scheduleMsg(Message msg, long delay, long period)
          Schedule the specified message for repeated fixed-delay delivery to the local node, beginning after the specified delay.
abstract  ScheduledMessage PastryNode.scheduleMsgAtFixedRate(Message msg, long delay, long period)
          Schedule the specified message for repeated fixed-rate delivery to the local node, beginning after the specified delay.
 

Uses of ScheduledMessage in rice.pastry.standard
 

Fields in rice.pastry.standard declared as ScheduledMessage
protected  ScheduledMessage StandardJoinProtocol.joinEvent
           
 

Uses of ScheduledMessage in rice.pastry.transport
 

Fields in rice.pastry.transport declared as ScheduledMessage
protected  ScheduledMessage TLPastryNode.leafSetRoutineMaintenance
           
protected  ScheduledMessage TLPastryNode.routeSetRoutineMaintenance
           
 

Methods in rice.pastry.transport that return ScheduledMessage
 ScheduledMessage TLPastryNode.scheduleMsg(Message msg, long delay)
          Schedule the specified message to be sent to the local node after a specified delay.
 ScheduledMessage TLPastryNode.scheduleMsg(Message msg, long delay, long period)
          Schedule the specified message for repeated fixed-delay delivery to the local node, beginning after the specified delay.
 ScheduledMessage TLPastryNode.scheduleMsgAtFixedRate(Message msg, long delay, long period)
          Schedule the specified message for repeated fixed-rate delivery to the local node, beginning after the specified delay.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection