| Package | Description |
|---|---|
| net.openhft.chronicle.threads | |
| net.openhft.chronicle.threads.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| Class and Description |
|---|
| AbstractLifecycleEventLoop
A parent class that:
Enforces the life-cycle of an EventLoop
Implements idempotency for
AbstractLifecycleEventLoop.start(), AbstractLifecycleEventLoop.stop()
Ensures AbstractLifecycleEventLoop.stop() only returns when the EventLoop is stopped
See EventLoopLifecycle for details of the life-cycle |
| BusyPauser |
| CoreEventLoop |
| DiskSpaceMonitor
Background thread to monitor disk space free.
|
| EventGroup
Composes child event loops to support all
HandlerPriority priorities. |
| EventGroupBuilder
Builder for
EventGroup. |
| EventLoopLifecycle
The life-cycle of an event loop
|
| ExceptionHandlerStrategy
Deprecated.
in the future, the default behaviour will be the only supported behaviour
|
| ExecutorFactory |
| MediumEventLoop |
| MilliPauser |
| NotifyDiskLow |
| Pauser
See also
PauserMode for a mechanism to capture these as serialisable configuration |
| Pauser.SleepyWarning |
| PauserMode
This class contains factory methods for Pausers.
|
| ThreadMonitor |
| ThreadMonitors |
| Threads |
| TimingPauser
Marker interface to show we support
TimingPauser.pause(long, TimeUnit) |
| VanillaExecutorFactory |
| Class and Description |
|---|
| CoreEventLoop |
| ThreadHolder |
| ThreadMonitor |
Copyright © 2023. All rights reserved.