Uses of Interface
io.netty.buffer.PoolSubpageMetric
Packages that use PoolSubpageMetric
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of PoolSubpageMetric in io.netty.buffer
Classes in io.netty.buffer that implement PoolSubpageMetricMethods in io.netty.buffer that return types with arguments of type PoolSubpageMetricModifier and TypeMethodDescriptionPoolArena.smallSubpages()
PoolArenaMetric.smallSubpages()
Returns an unmodifiableList
which holdsPoolSubpageMetric
s for small sub-pages.private static List
<PoolSubpageMetric> PoolArena.subPageMetricList
(PoolSubpage<?>[] pages) PoolArena.tinySubpages()
PoolArenaMetric.tinySubpages()
Deprecated.Tiny sub-pages have been merged into small sub-pages.