|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeScheduler.Task | |
|---|---|
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
| 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.Task in org.jgroups.protocols |
|---|
| Classes in org.jgroups.protocols that implement TimeScheduler.Task | |
|---|---|
protected class |
MERGE3.InfoSender
|
protected class |
MERGE3.ViewConsistencyChecker
|
| Uses of TimeScheduler.Task in org.jgroups.stack |
|---|
| Classes in org.jgroups.stack that implement TimeScheduler.Task | |
|---|---|
protected class |
DefaultRetransmitter.SeqnoTask
|
protected class |
RangeBasedRetransmitter.RangeTask
|
protected class |
Retransmitter.Task
|
| Uses of TimeScheduler.Task in org.jgroups.util |
|---|
| Methods in org.jgroups.util with parameters of type TimeScheduler.Task | |
|---|---|
java.util.concurrent.Future<?> |
TimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals. |
java.util.concurrent.Future<?> |
MockTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
|
java.util.concurrent.Future<?> |
TimeScheduler3.scheduleWithDynamicInterval(TimeScheduler.Task work)
Schedule a task for execution at varying intervals. |
java.util.concurrent.Future<?> |
DefaultTimeScheduler.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals. |
java.util.concurrent.Future<?> |
HashedTimingWheel.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals. |
java.util.concurrent.Future<?> |
TimeScheduler2.scheduleWithDynamicInterval(TimeScheduler.Task task)
Schedule a task for execution at varying intervals. |
| Constructors in org.jgroups.util with parameters of type TimeScheduler.Task | |
|---|---|
DefaultTimeScheduler.TaskWrapper(TimeScheduler.Task task)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||