| Package | Description |
|---|---|
| net.openhft.chronicle.core.io |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MonitorReferenceCounted
Extends
ReferenceCountedTracer with the ability to suppress discard
warnings. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloseableReferenceCounted
Represents a closeable resource with reference counting.
|
class |
AbstractReferenceCounted
Abstract base class for managing reference counted resources.
|
class |
TracingReferenceCounted |
class |
VanillaReferenceCounted
Lightweight implementation of
MonitorReferenceCounted used when
resource tracing is disabled. |
| 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 © 2026 Chronicle Software Ltd. All rights reserved.