public abstract class ThreadLocalPool<T> extends Object
| Constructor and Description |
|---|
ThreadLocalPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkin(T value) |
T |
checkout() |
protected abstract T |
create() |
protected int |
maxPoolSizePerThread() |
public ThreadLocalPool()
Copyright © 2010–2023 FuseSource, Corp.. All rights reserved.