Uses of Class
io.netty.util.ResourceLeakDetector.DefaultResourceLeak
Packages that use ResourceLeakDetector.DefaultResourceLeak
-
Uses of ResourceLeakDetector.DefaultResourceLeak in io.netty.util
Fields in io.netty.util with type parameters of type ResourceLeakDetector.DefaultResourceLeakModifier and TypeFieldDescriptionprivate final Set<ResourceLeakDetector.DefaultResourceLeak<?>> ResourceLeakDetector.allLeaksthe collection of active resourcesprivate final Set<ResourceLeakDetector.DefaultResourceLeak<?>> ResourceLeakDetector.DefaultResourceLeak.allLeaksprivate static final AtomicIntegerFieldUpdater<ResourceLeakDetector.DefaultResourceLeak<?>> ResourceLeakDetector.DefaultResourceLeak.droppedRecordsUpdaterprivate static final AtomicReferenceFieldUpdater<ResourceLeakDetector.DefaultResourceLeak<?>, ResourceLeakDetector.TraceRecord> ResourceLeakDetector.DefaultResourceLeak.headUpdaterMethods in io.netty.util that return ResourceLeakDetector.DefaultResourceLeakModifier and TypeMethodDescriptionConstructor parameters in io.netty.util with type arguments of type ResourceLeakDetector.DefaultResourceLeakModifierConstructorDescription(package private)DefaultResourceLeak(Object referent, ReferenceQueue<Object> refQueue, Set<ResourceLeakDetector.DefaultResourceLeak<?>> allLeaks, Object initialHint)