Uses of Interface
io.netty.util.internal.LongCounter
-
Packages that use LongCounter 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. -
-
Uses of LongCounter in io.netty.buffer
Fields in io.netty.buffer declared as LongCounter Modifier and Type Field 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
-
Uses of LongCounter in io.netty.util.internal
Classes in io.netty.util.internal that implement LongCounter Modifier and Type Class Description (package private) class
LongAdderCounter
private static class
PlatformDependent.AtomicLongCounter
Methods in io.netty.util.internal that return LongCounter Modifier and Type Method Description static LongCounter
PlatformDependent. newLongCounter()
Creates a new fastestLongCounter
implementation for the current platform.
-