Uses of Class
io.netty5.buffer.api.internal.LifecycleTracer
-
Packages that use LifecycleTracer Package Description io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of LifecycleTracer in io.netty5.buffer.api.internal
Methods in io.netty5.buffer.api.internal that return LifecycleTracer Modifier and Type Method Description static LifecycleTracerLifecycleTracer. get()Get a tracer for a newly allocated resource.Methods in io.netty5.buffer.api.internal with parameters of type LifecycleTracer Modifier and Type Method Description static voidLeakDetection. reportLeak(LifecycleTracer tracer, String leakedObjectDescription)Called when a leak is detected.abstract voidLifecycleTracer. splitTo(LifecycleTracer splitTracer)Attach a trace to both life-cycles, that a single life-cycle has been split into two.
-