程序包 | 说明 |
---|---|
io.netty.buffer |
Benchmarks for
io.netty.buffer . |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.directArenas()
Return a
List of all direct PoolArenaMetric s that are provided by this pool. |
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.directArenas()
|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.heapArenas()
Return a
List of all heap PoolArenaMetric s that are provided by this pool. |
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenas()
|