public static interface EventloopTaskScheduler.Schedule
| Modifier and Type | Method and Description |
|---|---|
static EventloopTaskScheduler.Schedule |
immediate()
Scheduling immediate execution
|
long |
nextTimestamp(long now,
long lastStartTime,
long lastCompleteTime) |
static EventloopTaskScheduler.Schedule |
ofDelay(Duration delay)
Scheduling task after delay
|
static EventloopTaskScheduler.Schedule |
ofDelay(long delay) |
static EventloopTaskScheduler.Schedule |
ofInterval(Duration interval)
Scheduling task after last complete time and next task
|
static EventloopTaskScheduler.Schedule |
ofInterval(long interval) |
static EventloopTaskScheduler.Schedule |
ofPeriod(Duration period)
Scheduling task in period of current and next task
|
static EventloopTaskScheduler.Schedule |
ofPeriod(long period) |
long nextTimestamp(long now,
long lastStartTime,
long lastCompleteTime)
static EventloopTaskScheduler.Schedule immediate()
static EventloopTaskScheduler.Schedule ofDelay(Duration delay)
static EventloopTaskScheduler.Schedule ofDelay(long delay)
ofDelay(Duration)static EventloopTaskScheduler.Schedule ofInterval(Duration interval)
static EventloopTaskScheduler.Schedule ofInterval(long interval)
ofInterval(Duration)static EventloopTaskScheduler.Schedule ofPeriod(Duration period)
static EventloopTaskScheduler.Schedule ofPeriod(long period)
ofPeriod(Duration)Copyright © 2019. All rights reserved.