Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PoolSubpage<T> |
Modifier and Type | Method and Description |
---|---|
java.util.List<PoolSubpageMetric> |
PoolArena.smallSubpages() |
java.util.List<PoolSubpageMetric> |
PoolArenaMetric.smallSubpages()
Returns an unmodifiable
List which holds PoolSubpageMetric 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()
Returns an unmodifiable
List which holds PoolSubpageMetric s for tiny sub-pages. |