Uses of Enum Class
de.aristaflow.adept2.util.objectpool.generic.ReclaimAction
Packages that use ReclaimAction
-
Uses of ReclaimAction in de.aristaflow.adept2.util.objectpool.generic
Methods in de.aristaflow.adept2.util.objectpool.generic that return ReclaimActionModifier and TypeMethodDescriptionPoolConfiguration.getReclaimAction()static ReclaimActionReturns the enum constant of this class with the specified name.static ReclaimAction[]ReclaimAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.util.objectpool.generic with parameters of type ReclaimActionModifier and TypeMethodDescriptionvoidObjectPoolListener.objectReclaimed(T object, ReclaimAction reclaimAction, CallerTrace checkOutTrace) Deprecated, for removal: This API element is subject to removal in a future version.default voidObjectPoolListener.objectReclaimed(T object, ReclaimAction reclaimAction, CallerTrace checkOutTrace, CallerTrace currentTrace) Called after the reclaiming of an object was triggered.voidPoolConfiguration.setReclaimAction(ReclaimAction reclaimAction)
ObjectPoolListener.objectReclaimed(Object, ReclaimAction, CallerTrace, CallerTrace)instead.