| Package | Description |
|---|---|
| net.openhft.chronicle.core.pool |
Provides classes and interfaces for pooling and efficient access of various resources like classes, strings, and enum values.
|
| net.openhft.chronicle.core.scoped |
| Class and Description |
|---|
| ScopedResourcePool
A pool of resources, whereby a lease is taken on an instance
by calling
ScopedResourcePool.get() and that lease is relinquished when
ScopedResource.close() is called. |
| Class and Description |
|---|
| ScopedResource
A scoped resource, it is drawn from a "pool" of sorts, and will be returned
to that pool when
ScopedResource.close() is called. |
| ScopedResourcePool
A pool of resources, whereby a lease is taken on an instance
by calling
ScopedResourcePool.get() and that lease is relinquished when
ScopedResource.close() is called. |
| ScopedThreadLocal
A thread-local
ScopedResourcePool. |
Copyright © 2024. All rights reserved.