| Package | Description |
|---|---|
| de.aristaflow.adept2.util.objectpool.generic |
| Modifier and Type | Method and Description |
|---|---|
ReclaimAction |
PoolConfiguration.getReclaimAction() |
static ReclaimAction |
ReclaimAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReclaimAction[] |
ReclaimAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPoolListener.objectReclaimed(T object,
ReclaimAction reclaimAction,
CallerTrace checkOutTrace)
Called after the reclaiming of an object was triggered.
|
void |
PoolConfiguration.setReclaimAction(ReclaimAction reclaimAction) |