Uses of Interface
io.netty.buffer.PoolArenaMetric
-
Packages that use PoolArenaMetric Package Description io.netty.buffer 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 PoolArenaMetric Modifier and Type Class Description (package private) classPoolArena<T>(package private) static classPoolArena.DirectArena(package private) static classPoolArena.HeapArenaFields in io.netty.buffer with type parameters of type PoolArenaMetric Modifier and Type Field Description private java.util.List<PoolArenaMetric>PooledByteBufAllocator. directArenaMetricsprivate java.util.List<PoolArenaMetric>PooledByteBufAllocator. heapArenaMetricsMethods in io.netty.buffer that return types with arguments of type PoolArenaMetric Modifier and Type Method Description java.util.List<PoolArenaMetric>PooledByteBufAllocator. directArenas()Deprecated.java.util.List<PoolArenaMetric>PooledByteBufAllocatorMetric. directArenas()Return aListof all directPoolArenaMetrics that are provided by this pool.java.util.List<PoolArenaMetric>PooledByteBufAllocator. heapArenas()Deprecated.java.util.List<PoolArenaMetric>PooledByteBufAllocatorMetric. heapArenas()Return aListof all heapPoolArenaMetrics that are provided by this pool.
-