Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
protected class |
TimeScheduler3.RecurringTask
Tasks which runs more than once, either dynamic, fixed-rate or fixed-delay, until cancelled
|
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.BlockingQueue<TimeScheduler3.Task> |
TimeScheduler3.queue
DelayQueue with tasks being sorted according to execution times (next execution first)
|
Modifier and Type | Method and Description |
---|---|
protected TimeScheduler3.Task |
TimeScheduler3.add(TimeScheduler3.Task task) |
Modifier and Type | Method and Description |
---|---|
protected TimeScheduler3.Task |
TimeScheduler3.add(TimeScheduler3.Task task) |
protected java.util.concurrent.Future<?> |
TimeScheduler3.doSchedule(TimeScheduler3.Task task,
long initial_delay) |
protected void |
TimeScheduler3.submitToPool(TimeScheduler3.Task entry) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.