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 LifecycleTracer
LifecycleTracer. 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 void
LeakDetection. reportLeak(LifecycleTracer tracer, String leakedObjectDescription)
Called when a leak is detected.abstract void
LifecycleTracer. splitTo(LifecycleTracer splitTracer)
Attach a trace to both life-cycles, that a single life-cycle has been split into two.
-