| Interface | Description |
|---|---|
| TimerControl | |
| TimerState | |
| TimerState.Mutable | |
| TimerState.Static |
| Class | Description |
|---|---|
| DeadlineHeapTimerState |
A timer state optimisation to efficiently find the next triggering timer.
|
| DefaultTimerControl |
Controller to simplify routing of timer start and stop events.
|
| SimpleTimerState |
A very simple implementation of
TimerState keeping timers in simple lists. |
| TimerCommandProcessor | |
| TimerEventApplier | |
| TimerPlugin |
Simple timer plugin to support timers using
TimerCommands and TimerEvents. |
| TimerTriggerInput |
| Enum | Description |
|---|---|
| TimerCommands |
Timer commands issued through
TimerTriggerInput either when outputting an event through the
command loopback or when polling the timer trigger input. |
| TimerEvents |
Timer events applying the timer state change through
TimerEventApplier. |
| TimerPayloadDescriptor |
Descriptor of payload layout for timer commands and events in a byte buffer.
|
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.