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
P
- Pool<T extends PoolableObject<X>,X extends Exception> - Class in com.github.robtimus.pool
-
A simple object pool implementation.
- Pool(PoolConfig, PoolableObjectFactory<T, X>, PoolLogger) - Constructor for class com.github.robtimus.pool.Pool
-
Creates a new pool.
- PoolableObject<X extends Exception> - Class in com.github.robtimus.pool
-
An object that can be pooled.
- PoolableObject() - Constructor for class com.github.robtimus.pool.PoolableObject
-
Creates a new poolable object.
- PoolableObject.Reference<X extends Exception> - Interface in com.github.robtimus.pool
-
A reference to a
PoolableObject. - PoolableObjectConsumer<T extends PoolableObject<X>,X extends Exception> - Interface in com.github.robtimus.pool
-
An operation that takes a single
PoolableObject. - PoolableObjectFactory<T extends PoolableObject<X>,X extends Exception> - Interface in com.github.robtimus.pool
-
A factory for
PoolableObjects. - PoolConfig - Class in com.github.robtimus.pool
-
Configuration for
Poolinstances. - PoolConfig.Builder - Class in com.github.robtimus.pool
-
A builder for
PoolConfigobjects. - PoolLogger - Class in com.github.robtimus.pool
-
A logger for events triggered by a
PoolorPoolableObject. - PoolLogger.Builder - Class in com.github.robtimus.pool
-
A builder for
PoolLoggerobjects.
All Classes All Packages