Uses of Interface
io.netty5.buffer.api.LeakInfo.TracePoint
-
Packages that use LeakInfo.TracePoint Package Description io.netty5.buffer.api IncubatingBufferAPI, as a proposed alternative toByteBuf.io.netty5.buffer.api.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of LeakInfo.TracePoint in io.netty5.buffer.api
Methods in io.netty5.buffer.api that return types with arguments of type LeakInfo.TracePoint Modifier and Type Method Description Stream<LeakInfo.TracePoint>LeakInfo. stream() -
Uses of LeakInfo.TracePoint in io.netty5.buffer.api.internal
Methods in io.netty5.buffer.api.internal that return types with arguments of type LeakInfo.TracePoint Modifier and Type Method Description abstract Collection<LeakInfo.TracePoint>LifecycleTracer. collectTraces()Return the life-cycle trace as an orderedCollectionofLeakInfo.TracePoints.
-