T - 对象类型public class PartitionPoolable<T> extends SimplePoolable<T>
| Constructor and Description |
|---|
PartitionPoolable(T raw,
PoolPartition<T> partition)
构造
|
| Modifier and Type | Method and Description |
|---|---|
void |
free()
释放对象
|
void |
returnObject()
归还对象
|
getLastReturn, getRaw, setLastReturnpublic PartitionPoolable(T raw, PoolPartition<T> partition)
raw - 原始对象partition - 对象所在分区Copyright © 2025. All rights reserved.