| Package | Description |
|---|---|
| net.openhft.chronicle.core.io |
The resource management package provides classes and interfaces for managing the lifecycle of
resources such as files, streams, and memory buffers.
|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| net.openhft.chronicle.core.util | |
| net.openhft.chronicle.core.values |
Provides interfaces and classes for representing references to various primitive data types
and handling their storage and retrieval.
|
| Class and Description |
|---|
| AbstractCloseable
An abstract class that represents a closeable resource with additional utilities for managing the resource lifecycle.
|
| AbstractReferenceCounted
Abstract base class for managing reference-counted resources.
|
| Closeable
A
Closeable is a source or destination of data that can be closed. |
ClosedIllegalStateException
ClosedIllegalStateException is thrown to indicate that a method has been invoked on a
resource that is in an inappropriate state because it has been closed. |
InvalidMarshallableException
InvalidMarshallableException is thrown to indicate that an object being
serialized (marshalled) or deserialized (unmarshalled) is in an invalid state. |
IORuntimeException
IORuntimeException is a runtime exception that is thrown when an operation
involving an underlying IO resource fails or is unable to complete. |
| ManagedCloseable
The
ManagedCloseable interface extends the Closeable interface and provides additional methods
that are primarily intended for expert use cases involving resource lifecycle management. |
| Monitorable
Interface for objects that can be monitored and unmonitored.
|
| MonitorReferenceCounted
This interface extends
ReferenceCountedTracer and provides methods for monitoring the reference counted object. |
| QueryCloseable
An interface for querying the closeable state of an object.
|
| ReferenceChangeListener
An interface to be notified when references to a
ReferenceCounted are added, removed, or transferred. |
| ReferenceCounted
Represents a resource that is reference counted.
|
| ReferenceCountedTracer
An interface for monitoring and tracing the reference counting of objects.
|
| ReferenceOwner
Represents an entity that owns a reference, typically for resource management.
|
| SingleThreadedChecked
An interface indicating that the implementing resource supports single-threaded access checking.
|
| ThreadingIllegalStateException
A custom exception indicating an illegal access or operation due to threading constraints.
|
| Class and Description |
|---|
| Closeable
A
Closeable is a source or destination of data that can be closed. |
InvalidMarshallableException
InvalidMarshallableException is thrown to indicate that an object being
serialized (marshalled) or deserialized (unmarshalled) is in an invalid state. |
| QueryCloseable
An interface for querying the closeable state of an object.
|
| Class and Description |
|---|
| Closeable
A
Closeable is a source or destination of data that can be closed. |
InvalidMarshallableException
InvalidMarshallableException is thrown to indicate that an object being
serialized (marshalled) or deserialized (unmarshalled) is in an invalid state. |
IORuntimeException
IORuntimeException is a runtime exception that is thrown when an operation
involving an underlying IO resource fails or is unable to complete. |
| Class and Description |
|---|
| Closeable
A
Closeable is a source or destination of data that can be closed. |
| QueryCloseable
An interface for querying the closeable state of an object.
|
Copyright © 2024. All rights reserved.