Uses of Interface
org.jgroups.util.TimeScheduler
-
Packages that use TimeScheduler Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast 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.protocols
Fields in org.jgroups.protocols declared as TimeScheduler Modifier and Type Field Description protected TimeSchedulerABP. timerDeprecated.protected TimeSchedulerBARRIER. timerprotected TimeSchedulerDiscovery. timerprotected TimeSchedulerFailureDetection. timerprotected TimeSchedulerFD_HOST. timerTimer used to run the ping task onprotected TimeSchedulerFD_SOCK. timerprotected TimeSchedulerFD. timerprotected TimeSchedulerMAKE_BATCH. timerprotected TimeSchedulerMERGE3. timerprotected TimeSchedulerRATE. timerprotected TimeSchedulerRELAY. timerDeprecated.protected TimeSchedulerRSVP. timerprotected TimeSchedulerSHUFFLE. timerprotected TimeSchedulerTP. timerprotected TimeSchedulerUNICAST3. timerMethods in org.jgroups.protocols that return TimeScheduler Modifier and Type Method Description TimeSchedulerTP. getTimer()Methods in org.jgroups.protocols with parameters of type TimeScheduler Modifier and Type Method Description <T extends TP>
TTP. setTimer(TimeScheduler timer)Sets a new timer. -
Uses of TimeScheduler in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as TimeScheduler Modifier and Type Field Description protected TimeSchedulerGMS. timerprotected TimeSchedulerNAKACK2. timerprotected TimeSchedulerSTABLE. timerMethods in org.jgroups.protocols.pbcast with parameters of type TimeScheduler Modifier and Type Method Description voidNAKACK2. 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 Modifier and Type Field Description protected TimeSchedulerRELAY2. timerMethods in org.jgroups.protocols.relay that return TimeScheduler Modifier and Type Method Description TimeSchedulerRELAY2. getTimer() -
Uses of TimeScheduler in org.jgroups.protocols.rules
Fields in org.jgroups.protocols.rules declared as TimeScheduler Modifier and Type Field Description protected TimeSchedulerSUPERVISOR. timerDeprecated. -
Uses of TimeScheduler in org.jgroups.stack
Fields in org.jgroups.stack declared as TimeScheduler Modifier and Type Field Description protected TimeSchedulerRouterStubManager. timer -
Uses of TimeScheduler in org.jgroups.util
Classes in org.jgroups.util that implement TimeScheduler Modifier and Type Class Description classTimeScheduler3Implementation ofTimeScheduler.Fields in org.jgroups.util declared as TimeScheduler Modifier and Type Field Description protected TimeSchedulerTimeService. timerMethods in org.jgroups.util with parameters of type TimeScheduler Modifier and Type Method Description ResponseCollectorTask<T>ResponseCollectorTask. start(TimeScheduler timer, long initial_delay, long interval)Constructors in org.jgroups.util with parameters of type TimeScheduler Constructor Description AgeOutCache(TimeScheduler timer, long timeout)AgeOutCache(TimeScheduler timer, long timeout, AgeOutCache.Handler handler)TimeService(TimeScheduler timer)TimeService(TimeScheduler timer, long interval)
-