| Package | Description |
|---|---|
| net.openhft.chronicle.core.pool | |
| net.openhft.chronicle.core.scoped |
| Modifier and Type | Method and Description |
|---|---|
static ScopedResourcePool<StringBuilder> |
StringBuilderPool.createThreadLocal()
Returns a scoped-thread-local pool of StringBuilders.
|
static ScopedResourcePool<StringBuilder> |
StringBuilderPool.createThreadLocal(int instancesPerThread)
Create a scoped-thread-local pool of StringBuilders
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScopedThreadLocal<T>
Bounded per-thread pool of
ScopedResource instances. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.