Uses of Interface
org.jgroups.util.TimeScheduler
-
Packages that use TimeScheduler Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.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.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.blocks
Fields in org.jgroups.blocks declared as TimeScheduler Modifier and Type Field Description private TimeSchedulerReplCache. timer -
Uses of TimeScheduler in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TimeScheduler Modifier and Type Field Description protected 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 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.stack
Fields in org.jgroups.stack declared as TimeScheduler Modifier and Type Field Description protected TimeSchedulerRouterStubManager. timerMethods in org.jgroups.stack with parameters of type TimeScheduler Modifier and Type Method Description static RouterStubManagerRouterStubManager. emptyGossipClientStubManager(Log log, TimeScheduler timer)Constructors in org.jgroups.stack with parameters of type TimeScheduler Constructor Description RouterStubManager(Log log, TimeScheduler timer, java.lang.String cluster_name, Address local_addr, java.lang.String logical_name, PhysicalAddress phys_addr, long reconnect_interval) -
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 private TimeSchedulerAgeOutCache. timerprotected 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)
-