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 ReclaimActionPoolConfiguration. getReclaimAction()static ReclaimActionReclaimAction. 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 voidObjectPoolListener. 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 voidObjectPoolListener. objectReclaimed(T object, ReclaimAction reclaimAction, CallerTrace checkOutTrace, CallerTrace currentTrace)Called after the reclaiming of an object was triggered.voidPoolConfiguration. setReclaimAction(ReclaimAction reclaimAction)
-