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