Package io.netty.util
Class ResourceLeakDetector.TraceRecord
- java.lang.Object
-
- java.lang.Throwable
-
- io.netty.util.ResourceLeakDetector.TraceRecord
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ResourceLeakDetector<T>
private static class ResourceLeakDetector.TraceRecord extends java.lang.Throwable
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLeakDetector.TraceRecord
BOTTOM
private java.lang.String
hintString
private ResourceLeakDetector.TraceRecord
next
private int
pos
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
TraceRecord()
(package private)
TraceRecord(ResourceLeakDetector.TraceRecord next)
(package private)
TraceRecord(ResourceLeakDetector.TraceRecord next, java.lang.Object hint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
BOTTOM
private static final ResourceLeakDetector.TraceRecord BOTTOM
-
hintString
private final java.lang.String hintString
-
next
private final ResourceLeakDetector.TraceRecord next
-
pos
private final int pos
-
-
Constructor Detail
-
TraceRecord
TraceRecord(ResourceLeakDetector.TraceRecord next, java.lang.Object hint)
-
TraceRecord
TraceRecord(ResourceLeakDetector.TraceRecord next)
-
TraceRecord
private TraceRecord()
-
-