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 LongCounterPoolArena. activeBytesHugeprivate LongCounterPoolArena. allocationsHugeprivate LongCounterPoolArena. allocationsSmallprivate LongCounterPoolArena. allocationsTinyprivate LongCounterPoolArena. deallocationsHuge(package private) LongCounterUnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric. directCounter(package private) LongCounterUnpooledByteBufAllocator.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) classLongAdderCounterprivate static classPlatformDependent.AtomicLongCounterMethods in io.netty.util.internal that return LongCounter Modifier and Type Method Description static LongCounterPlatformDependent. newLongCounter()Creates a new fastestLongCounterimplementation for the current platform.
-