Uses of Interface
io.netty.buffer.PoolChunkListMetric
Packages that use PoolChunkListMetric
Package
Description
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 PoolChunkListMetricFields in io.netty.buffer with type parameters of type PoolChunkListMetricModifier and TypeFieldDescriptionprivate final List
<PoolChunkListMetric> PoolArena.chunkListMetrics
Methods in io.netty.buffer that return types with arguments of type PoolChunkListMetricModifier and TypeMethodDescriptionPoolArena.chunkLists()
PoolArenaMetric.chunkLists()
Returns an unmodifiableList
which holdsPoolChunkListMetric
s.