Uses of Class
de.aristaflow.adept2.util.objectpool.generic.ReclaimAction
-
Packages that use ReclaimAction Package Description de.aristaflow.adept2.util.objectpool.generic -
-
Uses of ReclaimAction in de.aristaflow.adept2.util.objectpool.generic
Methods in de.aristaflow.adept2.util.objectpool.generic that return ReclaimAction Modifier and Type Method Description ReclaimAction
PoolConfiguration. getReclaimAction()
static ReclaimAction
ReclaimAction. valueOf(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.Methods in de.aristaflow.adept2.util.objectpool.generic with parameters of type ReclaimAction Modifier and Type Method Description void
ObjectPoolListener. objectReclaimed(T object, ReclaimAction reclaimAction, CallerTrace checkOutTrace)
Deprecated, for removal: This API element is subject to removal in a future version.Use and implementObjectPoolListener.objectReclaimed(Object, ReclaimAction, CallerTrace, CallerTrace)
instead.default void
ObjectPoolListener. objectReclaimed(T object, ReclaimAction reclaimAction, CallerTrace checkOutTrace, CallerTrace currentTrace)
Called after the reclaiming of an object was triggered.void
PoolConfiguration. setReclaimAction(ReclaimAction reclaimAction)
-