Uses of Class
com.google.common.base.FinalizableReferenceQueue

Packages that use FinalizableReferenceQueue
com.google.common.base Basic utility libraries and interfaces. 
 

Uses of FinalizableReferenceQueue in com.google.common.base
 

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.
 



Copyright © 2010-2011. All Rights Reserved.