JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
F
I
L
M
N
O
P
R
S
T
V
W
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.
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
PoolableObject
s.
PoolConfig
- Class in
com.github.robtimus.pool
Configuration for
Pool
instances.
PoolConfig.Builder
- Class in
com.github.robtimus.pool
A builder for
PoolConfig
objects.
PoolLogger
- Class in
com.github.robtimus.pool
A logger for events triggered by a
Pool
or
PoolableObject
.
PoolLogger.Builder
- Class in
com.github.robtimus.pool
A builder for
PoolLogger
objects.
A
B
C
D
F
I
L
M
N
O
P
R
S
T
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
Copyright © 2022. All rights reserved.