Uses of Interface
io.netty.buffer.PoolArenaMetric
Packages that use PoolArenaMetric
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of PoolArenaMetric in io.netty.buffer
Classes in io.netty.buffer that implement PoolArenaMetricModifier and TypeClassDescription(package private) classPoolArena<T>(package private) static final class(package private) static final classFields in io.netty.buffer with type parameters of type PoolArenaMetricModifier and TypeFieldDescriptionprivate final List<PoolArenaMetric> PooledByteBufAllocator.directArenaMetricsprivate final List<PoolArenaMetric> PooledByteBufAllocator.heapArenaMetricsMethods in io.netty.buffer that return types with arguments of type PoolArenaMetricModifier and TypeMethodDescriptionPooledByteBufAllocator.directArenas()Deprecated.PooledByteBufAllocatorMetric.directArenas()Return aListof all directPoolArenaMetrics that are provided by this pool.PooledByteBufAllocator.heapArenas()Deprecated.PooledByteBufAllocatorMetric.heapArenas()Return aListof all heapPoolArenaMetrics that are provided by this pool.
PooledByteBufAllocatorMetric.directArenas().