public class SettlersPool<T> extends Object
| Constructor and Description |
|---|
SettlersPool(PooledObjectHandler<T> handler,
FixedAsyncPool<T> mainPool,
int maxKeepAliveCount,
int keepAliveTimeMillis) |
public SettlersPool(PooledObjectHandler<T> handler, FixedAsyncPool<T> mainPool, int maxKeepAliveCount, int keepAliveTimeMillis)
public boolean offerIfHaveSpace(T object)
public void close()
public int size()
Copyright © 2021. All rights reserved.