Uses of Interface
org.jgroups.util.TimeScheduler
Packages that use TimeScheduler
Package
Description
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of TimeScheduler in org.jgroups.blocks
Fields in org.jgroups.blocks declared as TimeScheduler -
Uses of TimeScheduler in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TimeSchedulerModifier and TypeFieldDescriptionprotected TimeSchedulerBARRIER.timerprotected TimeSchedulerBATCH.timerprotected TimeSchedulerBATCH2.timerprotected TimeSchedulerBatchBundler.timerprotected TimeSchedulerDiscovery.timerprotected TimeSchedulerFailureDetection.timerprotected TimeSchedulerFD_HOST.timerTimer used to run the ping task onprotected TimeSchedulerFD_SOCK.timerprotected TimeSchedulerFD_SOCK2.timerprotected TimeSchedulerMAKE_BATCH.timerprotected TimeSchedulerMERGE3.timerprotected TimeSchedulerRATE_LIMITER2.timerprotected TimeSchedulerRATE.timerprotected TimeSchedulerRSVP.timerprotected TimeSchedulerSHUFFLE.timerprotected TimeSchedulerTP.timerprotected TimeSchedulerUNICAST3.timerMethods in org.jgroups.protocols that return TimeSchedulerMethods in org.jgroups.protocols with parameters of type TimeSchedulerModifier and TypeMethodDescription<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 TimeSchedulerModifier and TypeFieldDescriptionprotected TimeSchedulerGMS.timerprotected TimeSchedulerNAKACK2.timerprotected TimeSchedulerSTABLE.timerMethods in org.jgroups.protocols.pbcast with parameters of type TimeSchedulerModifier and TypeMethodDescriptionvoidNAKACK2.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 TimeSchedulerMethods in org.jgroups.protocols.relay that return TimeScheduler -
Uses of TimeScheduler in org.jgroups.stack
Fields in org.jgroups.stack declared as TimeSchedulerMethods in org.jgroups.stack with parameters of type TimeSchedulerModifier and TypeMethodDescriptionstatic RouterStubManagerRouterStubManager.emptyGossipClientStubManager(Log log, TimeScheduler timer) Constructors in org.jgroups.stack with parameters of type TimeSchedulerModifierConstructorDescriptionRouterStubManager(Log log, TimeScheduler timer, String cluster_name, Address local_addr, String logical_name, PhysicalAddress phys_addr, long reconnect_interval) -
Uses of TimeScheduler in org.jgroups.util
Classes in org.jgroups.util that implement TimeSchedulerFields in org.jgroups.util declared as TimeSchedulerModifier and TypeFieldDescriptionprivate final TimeSchedulerAgeOutCache.timerprotected TimeSchedulerTimeService.timerMethods in org.jgroups.util with parameters of type TimeSchedulerModifier and TypeMethodDescriptionResponseCollectorTask.start(TimeScheduler timer, long initial_delay, long interval) Constructors in org.jgroups.util with parameters of type TimeSchedulerModifierConstructorDescriptionAgeOutCache(TimeScheduler timer, long timeout) AgeOutCache(TimeScheduler timer, long timeout, AgeOutCache.Handler handler) TimeService(TimeScheduler timer) TimeService(TimeScheduler timer, long interval)