Uses of Class
com.github.robtimus.pool.PoolConfig
- 
- 
Uses of PoolConfig in com.github.robtimus.pool
Methods in com.github.robtimus.pool that return PoolConfig Modifier and Type Method Description PoolConfigPoolConfig.Builder. build()Creates a newPoolConfigobject based on the settings of this builder.static PoolConfigPoolConfig. defaultConfig()Returns a defaultPoolConfigobject.Methods in com.github.robtimus.pool with parameters of type PoolConfig Modifier and Type Method Description voidPoolLogger. createdPool(PoolConfig config)Called when aPoolhas been created.voidPoolLogger. creatingPool(PoolConfig config)Called when aPoolis being created.static <T> Pool<ObjectWrapper<T>,None>ObjectWrapper. newPool(PoolConfig config, Supplier<T> supplier, PoolLogger logger)Creates a new pool ofObjectWrapperinstances.static <T extends PoolableObject<None>>
Pool<T,None>Pool. throwingNone(PoolConfig config, Supplier<T> supplier, PoolLogger logger)Creates a new pool that throws no exceptions.Constructors in com.github.robtimus.pool with parameters of type PoolConfig Constructor Description Pool(PoolConfig config, PoolableObjectFactory<T,X> factory, PoolLogger logger)Creates a new pool. 
 -