Uses of Interface
io.netty.buffer.PoolChunkListMetric
-
Packages that use PoolChunkListMetric 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 PoolChunkListMetric in io.netty.buffer
Classes in io.netty.buffer that implement PoolChunkListMetric Modifier and Type Class Description (package private) class
PoolChunkList<T>
Fields in io.netty.buffer with type parameters of type PoolChunkListMetric Modifier and Type Field Description private java.util.List<PoolChunkListMetric>
PoolArena. chunkListMetrics
Methods in io.netty.buffer that return types with arguments of type PoolChunkListMetric Modifier and Type Method Description java.util.List<PoolChunkListMetric>
PoolArena. chunkLists()
java.util.List<PoolChunkListMetric>
PoolArenaMetric. chunkLists()
Returns an unmodifiableList
which holdsPoolChunkListMetric
s.
-