A B C D E F I L M N O P R S T V W 
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- WARN - com.github.robtimus.pool.LogLevel
 - 
A log level representing
Logger.warn(java.lang.String). - withInitialSize(int) - Method in class com.github.robtimus.pool.PoolConfig.Builder
 - 
Sets the initial pool size.
 - withLoggerClass(Class<?>) - Method in class com.github.robtimus.pool.PoolLogger.Builder
 - 
Sets the name of the logger to use.
 - withLoggerName(String) - Method in class com.github.robtimus.pool.PoolLogger.Builder
 - 
Sets the name of the logger to use.
 - withMaxIdleTime(Duration) - Method in class com.github.robtimus.pool.PoolConfig.Builder
 - 
Sets the maximum time that objects can be idle.
 - withMaxSize(int) - Method in class com.github.robtimus.pool.PoolConfig.Builder
 - 
Sets the maximum pool size.
 - withMaxWaitTime(Duration) - Method in class com.github.robtimus.pool.PoolConfig.Builder
 - 
Sets the maximum time to wait when acquiring objects using
Pool.acquire()orPool.acquire(Supplier). - withMessagePrefix(String) - Method in class com.github.robtimus.pool.PoolLogger.Builder
 - 
Sets the message prefix to use.
 - withObjectPrefix(String) - Method in class com.github.robtimus.pool.PoolLogger.Builder
 - 
Sets the object prefix to use.
 
All Classes All Packages