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) classPoolSubpage<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 unmodifiableListwhich holdsPoolSubpageMetrics 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()Returns an unmodifiableListwhich holdsPoolSubpageMetrics for tiny sub-pages.
-