| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MonitorReferenceCounted
This interface extends
ReferenceCountedTracer and provides methods for monitoring the reference counted object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloseableReferenceCounted
Represents a closeable resource with reference counting capabilities.
|
class |
AbstractReferenceCounted
Abstract base class for managing reference-counted resources.
|
class |
TracingReferenceCounted |
class |
VanillaReferenceCounted
This class provides a basic implementation of the
MonitorReferenceCounted interface. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ReferenceCountedTracer |
ReferenceCountedTracer.onReleased(Runnable onRelease,
Supplier<String> uniqueId,
Class<?> type)
Factory method that creates a new instance of .
|
Copyright © 2024. All rights reserved.