Uses of Interface
org.jgroups.util.TimeScheduler.Task
-
Packages that use TimeScheduler.Task 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.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TimeScheduler.Task in org.jgroups.protocols
Classes in org.jgroups.protocols that implement TimeScheduler.Task Modifier and Type Class Description protected classFILE_PING.InfoWriterClass which calls writeAll() a few times.protected classMERGE3.InfoSenderprotected classMERGE3.ViewConsistencyChecker -
Uses of TimeScheduler.Task in org.jgroups.protocols.pbcast
Classes in org.jgroups.protocols.pbcast that implement TimeScheduler.Task Modifier and Type Class Description protected classSTABLE.StableTaskMcast periodic STABLE message. -
Uses of TimeScheduler.Task in org.jgroups.util
Methods in org.jgroups.util with parameters of type TimeScheduler.Task Modifier and Type Method Description default java.util.concurrent.Future<?>TimeScheduler. scheduleWithDynamicInterval(TimeScheduler.Task task)Schedule a task for execution at varying intervals.java.util.concurrent.Future<?>TimeScheduler. scheduleWithDynamicInterval(TimeScheduler.Task task, boolean can_block)java.util.concurrent.Future<?>TimeScheduler3. scheduleWithDynamicInterval(TimeScheduler.Task work, boolean can_block)Schedule a task for execution at varying intervals.
-