Uses of Interface
org.jgroups.util.TimeScheduler

Packages that use TimeScheduler
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
org.jgroups.protocols.pbcast Supports probabilistic broadcasts. 
org.jgroups.protocols.relay   
org.jgroups.protocols.rules   
org.jgroups.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of TimeScheduler in org.jgroups
 

Methods in org.jgroups that return TimeScheduler
protected  TimeScheduler JChannel.getTimer()
           
 

Uses of TimeScheduler in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as TimeScheduler
protected  TimeScheduler RSVP.timer
           
protected  TimeScheduler FD.timer
           
protected  TimeScheduler SCOPE.timer
           
protected  TimeScheduler TP.timer
           
protected  TimeScheduler UNICAST.timer
           
protected  TimeScheduler MERGE3.timer
           
protected  TimeScheduler RELAY.timer
           
protected  TimeScheduler MERGE2.timer
           
protected  TimeScheduler SHUFFLE.timer
           
protected  TimeScheduler UNICAST2.timer
           
protected  TimeScheduler Discovery.timer
           
 

Methods in org.jgroups.protocols that return TimeScheduler
 TimeScheduler TP.getTimer()
           
 TimeScheduler UNICAST2.getTimer()
           
 

Methods in org.jgroups.protocols with parameters of type TimeScheduler
 void TP.setTimer(TimeScheduler timer)
          Sets a new timer.
 void UNICAST2.setTimer(TimeScheduler timer)
          Only used for unit tests, don't use !
 

Uses of TimeScheduler in org.jgroups.protocols.pbcast
 

Fields in org.jgroups.protocols.pbcast declared as TimeScheduler
protected  TimeScheduler GMS.timer
           
protected  TimeScheduler NAKACK2.timer
           
 

Methods in org.jgroups.protocols.pbcast with parameters of type TimeScheduler
 void NAKACK2.setTimer(TimeScheduler timer)
          Only used for unit tests, don't use !
 void NAKACK.setTimer(TimeScheduler timer)
          Only used for unit tests, don't use !
 

Uses of TimeScheduler in org.jgroups.protocols.relay
 

Fields in org.jgroups.protocols.relay declared as TimeScheduler
protected  TimeScheduler RELAY2.timer
           
 

Methods in org.jgroups.protocols.relay that return TimeScheduler
 TimeScheduler RELAY2.getTimer()
           
 

Uses of TimeScheduler in org.jgroups.protocols.rules
 

Fields in org.jgroups.protocols.rules declared as TimeScheduler
protected  TimeScheduler SUPERVISOR.timer
           
 

Uses of TimeScheduler in org.jgroups.stack
 

Fields in org.jgroups.stack declared as TimeScheduler
protected  TimeScheduler Retransmitter.timer
           
 

Constructors in org.jgroups.stack with parameters of type TimeScheduler
DefaultRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
          Create a new Retransmitter associated with the given sender address
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched)
          Creates a new instance with the given retransmit command
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched, boolean use_range_based_retransmitter)
           
NakReceiverWindow(Address sender, Retransmitter.RetransmitCommand cmd, long highest_delivered_seqno, TimeScheduler sched, boolean use_range_based_retransmitter, int num_rows, int msgs_per_row, double resize_factor, long max_compaction_time, boolean automatic_purging)
           
RangeBasedRetransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
          Create a new Retransmitter associated with the given sender address
Retransmitter(Address sender, Retransmitter.RetransmitCommand cmd, TimeScheduler sched)
          Create a new Retransmitter associated with the given sender address
 

Uses of TimeScheduler in org.jgroups.util
 

Classes in org.jgroups.util that implement TimeScheduler
 class DefaultTimeScheduler
          Implementation of TimeScheduler by extending ScheduledThreadPoolExecutor to keep tasks sorted.
 class HashedTimingWheel
          Implementation of TimeScheduler.
 class MockTimeScheduler
          Mock implementation of TimeScheduler, used by unit tests
 class TimeScheduler2
          Implementation of TimeScheduler.
 class TimeScheduler3
          Implementation of TimeScheduler.
 

Constructors in org.jgroups.util with parameters of type TimeScheduler
AgeOutCache(TimeScheduler timer, long timeout)
           
AgeOutCache(TimeScheduler timer, long timeout, AgeOutCache.Handler handler)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.