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
Methods in io.netty.buffer that return types with arguments of type PoolSubpageMetric Modifier and Type Method Description java.util.List<PoolSubpageMetric>PoolArenaMetric. smallSubpages()Returns an unmodifiableListwhich holdsPoolSubpageMetrics for small sub-pages.java.util.List<PoolSubpageMetric>PoolArenaMetric. tinySubpages()Deprecated.Tiny sub-pages have been merged into small sub-pages.
-