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.
|
io.netty.util.internal.chmv8 |
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 |
Modifier and Type | Class and Description |
---|---|
private static class |
PlatformDependent.AtomicLongCounter |
Modifier and Type | Method and Description |
---|---|
static LongCounter |
PlatformDependent.newLongCounter()
Creates a new fastest
LongCounter implementaion for the current platform. |
Modifier and Type | Class and Description |
---|---|
class |
LongAdderV8
One or more variables that together maintain an initially zero
long sum. |