| Interface | Description |
|---|---|
| Scheduler |
A scheduler for running jobs
This interface controls a job scheduler that allows scheduling either repeating background jobs
that execute periodically or delayed one-time actions that are scheduled in the future.
|
| Class | Description |
|---|---|
| CommandDefaultOptions | |
| CommandLineUtils |
Helper functions for dealing with command line utilities.
|
| Deadline | |
| FutureUtils | |
| KafkaScheduler |
A scheduler based on java.util.concurrent.ScheduledThreadPoolExecutor
It has a pool of kafka-scheduler- threads that do the actual work.
|
| ShutdownableThread | |
| ToolsUtils | |
| TranslatedValueMapView<K,V,B> |
A map which presents a lightweight view of another "underlying" map.
|