Uses of Interface
org.jgroups.util.TimeScheduler.Task
Packages that use TimeScheduler.Task
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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.TaskModifier and TypeClassDescriptionprotected classClass which calls writeAll() a few times.protected classprotected class -
Uses of TimeScheduler.Task in org.jgroups.protocols.pbcast
Classes in org.jgroups.protocols.pbcast that implement TimeScheduler.TaskModifier and TypeClassDescriptionprotected classMcast periodic STABLE message. -
Uses of TimeScheduler.Task in org.jgroups.util
Methods in org.jgroups.util with parameters of type TimeScheduler.TaskModifier and TypeMethodDescriptiondefault Future<?> TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task) Schedule a task for execution at varying intervals.Future<?> TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task, boolean can_block) Future<?> TimeScheduler3.scheduleWithDynamicInterval(TimeScheduler.Task work, boolean can_block) Schedule a task for execution at varying intervals.