Uses of Interface
io.netty.buffer.PoolSubpageMetric
-
Packages that use PoolSubpageMetric 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 PoolSubpageMetric in io.netty.buffer
Classes in io.netty.buffer that implement PoolSubpageMetric Modifier and Type Class Description (package private) class
PoolSubpage<T>
Methods in io.netty.buffer that return types with arguments of type PoolSubpageMetric Modifier and Type Method Description java.util.List<PoolSubpageMetric>
PoolArena. smallSubpages()
java.util.List<PoolSubpageMetric>
PoolArenaMetric. smallSubpages()
Returns an unmodifiableList
which holdsPoolSubpageMetric
s for small sub-pages.private static java.util.List<PoolSubpageMetric>
PoolArena. subPageMetricList(PoolSubpage<?>[] pages)
java.util.List<PoolSubpageMetric>
PoolArena. tinySubpages()
java.util.List<PoolSubpageMetric>
PoolArenaMetric. tinySubpages()
Deprecated.Tiny sub-pages have been merged into small sub-pages.
-