| Modifier and Type | Method and Description |
|---|---|
List<PoolArenaMetric> |
PooledByteBufAllocator.directArenas()
Deprecated.
|
List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.directArenas()
Return a
List of all direct PoolArenaMetrics that are provided by this pool. |
List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenas()
Deprecated.
|
List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.heapArenas()
Return a
List of all heap PoolArenaMetrics that are provided by this pool. |
Copyright © 2008–2019 The Netty Project. All rights reserved.