Package io.netty.util
Class ResourceLeakDetector.Record
- java.lang.Object
-
- java.lang.Throwable
-
- io.netty.util.ResourceLeakDetector.Record
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ResourceLeakDetector<T>
private static final class ResourceLeakDetector.Record extends java.lang.Throwable
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLeakDetector.Record
BOTTOM
private java.lang.String
hintString
private ResourceLeakDetector.Record
next
private int
pos
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
Record()
(package private)
Record(ResourceLeakDetector.Record next)
(package private)
Record(ResourceLeakDetector.Record 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.Record BOTTOM
-
hintString
private final java.lang.String hintString
-
next
private final ResourceLeakDetector.Record next
-
pos
private final int pos
-
-
Constructor Detail
-
Record
Record(ResourceLeakDetector.Record next, java.lang.Object hint)
-
Record
Record(ResourceLeakDetector.Record next)
-
Record
private Record()
-
-