public class ThreadPartitionedAllocator<T extends Recyclable> extends PartitionedAllocator<T>
| Constructor and Description |
|---|
ThreadPartitionedAllocator(Supplier<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
nextPartitionId() |
allocate, allocateBatch, releaseprotected long nextPartitionId()
nextPartitionId in class PartitionedAllocator<T extends Recyclable>