Uses of Class
com.github.robtimus.pool.PoolLogger
-
-
Uses of PoolLogger in com.github.robtimus.pool
Methods in com.github.robtimus.pool that return PoolLogger Modifier and Type Method Description PoolLoggerPoolLogger.Builder. build()Creates a newPoolLoggerobject based on the settings of this builder.static PoolLoggerPoolLogger. defaultLogger()Returns a defaultPoolLoggerobject.static PoolLoggerPoolLogger. noopLogger()Returns aPoolLoggerobject that does not perform any actual logging.Methods in com.github.robtimus.pool with parameters of type PoolLogger Modifier and Type Method Description 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 PoolLogger Constructor Description Pool(PoolConfig config, PoolableObjectFactory<T,X> factory, PoolLogger logger)Creates a new pool.
-