| Package | Description |
|---|---|
| net.openhft.chronicle.core.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| 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 | Method and Description |
|---|---|
static void |
ReferenceCountedUtils.add(AbstractReferenceCounted referenceCounted)
Adds a reference counted resource to the set of tracked resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloseableReferenceCounted
Represents a closeable resource with reference counting capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BackgroundResourceReleaser.release(AbstractReferenceCounted referenceCounted)
Releases the specified reference counted resource.
|
Copyright © 2023. All rights reserved.