Constructors in com.google.common.base with parameters of type FinalizableReferenceQueue |
FinalizablePhantomReference(T referent,
FinalizableReferenceQueue queue)
Deprecated. FinalizableReferenceQueue is an unsound mechanism for cleaning up references,
because (1) it's single thread can be easily overloaded, and (2) it's insistance on running
a background thread is problematic in certain environments. This class is scheduled for
deletion in December 2012. |
FinalizableSoftReference(T referent,
FinalizableReferenceQueue queue)
Deprecated. FinalizableReferenceQueue is an unsound mechanism for cleaning up references,
because (1) it's single thread can be easily overloaded, and (2) it's insistance on running
a background thread is problematic in certain environments. This class is scheduled for
deletion in December 2012. |
FinalizableWeakReference(T referent,
FinalizableReferenceQueue queue)
Deprecated. FinalizableReferenceQueue is an unsound mechanism for cleaning up references,
because (1) it's single thread can be easily overloaded, and (2) it's insistance on running
a background thread is problematic in certain environments. This class is scheduled for
deletion in December 2012. |