Uses of Class
io.netty.util.ResourceLeakDetector.DefaultResourceLeak
-
Packages that use ResourceLeakDetector.DefaultResourceLeak Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of ResourceLeakDetector.DefaultResourceLeak in io.netty.util
Fields in io.netty.util with type parameters of type ResourceLeakDetector.DefaultResourceLeak Modifier and Type Field Description private java.util.Set<ResourceLeakDetector.DefaultResourceLeak<?>>ResourceLeakDetector. allLeaksthe collection of active resourcesprivate java.util.Set<ResourceLeakDetector.DefaultResourceLeak<?>>ResourceLeakDetector.DefaultResourceLeak. allLeaksprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ResourceLeakDetector.DefaultResourceLeak<?>>ResourceLeakDetector.DefaultResourceLeak. droppedRecordsUpdaterprivate static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ResourceLeakDetector.DefaultResourceLeak<?>,ResourceLeakDetector.Record>ResourceLeakDetector.DefaultResourceLeak. headUpdaterMethods in io.netty.util that return ResourceLeakDetector.DefaultResourceLeak Modifier and Type Method Description private ResourceLeakDetector.DefaultResourceLeakResourceLeakDetector. track0(T obj)Constructor parameters in io.netty.util with type arguments of type ResourceLeakDetector.DefaultResourceLeak Constructor Description DefaultResourceLeak(java.lang.Object referent, java.lang.ref.ReferenceQueue<java.lang.Object> refQueue, java.util.Set<ResourceLeakDetector.DefaultResourceLeak<?>> allLeaks)
-