public interface Pool
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
acquirePoolable() |
int |
getMaxPoolSize() |
int |
getNumActive() |
int |
getNumIdle() |
void |
releasePoolable(Object target) |
void |
setMaxPoolSize(int maxPoolSize) |
Copyright © 2018. All rights reserved.