Uses of Class
io.netty.util.ResourceLeakDetector.Record
-
Packages that use ResourceLeakDetector.Record Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of ResourceLeakDetector.Record in io.netty.util
Fields in io.netty.util declared as ResourceLeakDetector.Record Modifier and Type Field Description private static ResourceLeakDetector.Record
ResourceLeakDetector.Record. BOTTOM
private ResourceLeakDetector.Record
ResourceLeakDetector.DefaultResourceLeak. head
private ResourceLeakDetector.Record
ResourceLeakDetector.Record. next
Fields in io.netty.util with type parameters of type ResourceLeakDetector.Record Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ResourceLeakDetector.DefaultResourceLeak<?>,ResourceLeakDetector.Record>
ResourceLeakDetector.DefaultResourceLeak. headUpdater
Constructors in io.netty.util with parameters of type ResourceLeakDetector.Record Constructor Description Record(ResourceLeakDetector.Record next)
Record(ResourceLeakDetector.Record next, java.lang.Object hint)
-