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.allLeaks
the collection of active resourcesprivate final Set
<ResourceLeakDetector.DefaultResourceLeak<?>> ResourceLeakDetector.DefaultResourceLeak.allLeaks
private static final AtomicIntegerFieldUpdater
<ResourceLeakDetector.DefaultResourceLeak<?>> ResourceLeakDetector.DefaultResourceLeak.droppedRecordsUpdater
private static final AtomicReferenceFieldUpdater
<ResourceLeakDetector.DefaultResourceLeak<?>, ResourceLeakDetector.TraceRecord> ResourceLeakDetector.DefaultResourceLeak.headUpdater
Methods 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)