Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Field and Description |
---|---|
private LongCounter |
PoolArena.activeBytesHuge |
private LongCounter |
PoolArena.allocationsHuge |
private LongCounter |
PoolArena.allocationsSmall |
private LongCounter |
PoolArena.allocationsTiny |
private LongCounter |
PoolArena.deallocationsHuge |
(package private) LongCounter |
UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric.directCounter |
(package private) LongCounter |
UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric.heapCounter |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LongAdderCounter |
private static class |
PlatformDependent.AtomicLongCounter |
Modifier and Type | Method and Description |
---|---|
static LongCounter |
PlatformDependent.newLongCounter()
Creates a new fastest
LongCounter implementation for the current platform. |