| Package | Description |
|---|---|
| net.openhft.chronicle.core.io | |
| net.openhft.chronicle.core.threads | |
| net.openhft.chronicle.core.util | |
| net.openhft.chronicle.core.values |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedCloseable
Adds expert lifecycle hooks to
Closeable. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloseable
Base class for Chronicle components that need deterministic shutdown.
|
class |
AbstractCloseableReferenceCounted
Represents a closeable resource with reference counting.
|
class |
SimpleCloseable
Lightweight helper implementing
Closeable and ManagedCloseable. |
class |
UnsafeCloseable
Convenience base for memory backed resources using
Unsafe. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventLoop
EventLoop represents an event-driven loop responsible for processing
EventHandlers. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingEventLoop
|
class |
OnDemandEventLoop
A wrapper for an
EventLoop which is created on demand when any of its methods are called. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInvocationHandler.onClose(Closeable closeable)
Sets a Closeable that should be called when close() is called on this invocation handler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntArrayValues
This interface represents a reference to an array of int values.
|
interface |
IntValue
Represents a reference to a 32-bit integer value, providing various methods
for accessing and modifying the value.
|
interface |
LongArrayValues
This interface represents a reference to an array of long values.
|
interface |
LongValue
The LongValue interface provides an abstraction for a mutable long value that supports atomic
and concurrent modifications.
|
interface |
TwoLongValue
Represents a container for two
long values, providing mechanisms for getting, setting, and
manipulating them with various memory ordering effects. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.