Uses of Interface
org.wildfly.common.ref.Reaper
Packages that use Reaper
Package
Description
Classes which implement reference types which can be cleaned up automatically by a background thread.
-
Uses of Reaper in org.wildfly.common.ref
Methods in org.wildfly.common.ref that return ReaperModifier and TypeMethodDescriptionPhantomReference.getReaper()Deprecated, for removal: This API element is subject to removal in a future version.SoftReference.getReaper()Deprecated.WeakReference.getReaper()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.wildfly.common.ref with parameters of type ReaperModifier and TypeMethodDescriptionstatic <T,A> Reference<T, A> References.create(Reference.Type type, T value, A attachment, Reaper<T, A> reaper) Deprecated, for removal: This API element is subject to removal in a future version.Create a reference of a given type with the provided value and attachment.Constructors in org.wildfly.common.ref with parameters of type ReaperModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Construct a new instance with a reaper.Deprecated, for removal: This API element is subject to removal in a future version.Construct a new instance with a reaper.Deprecated.Construct a new instance with a reaper.Deprecated, for removal: This API element is subject to removal in a future version.Construct a new instance with a reaper.