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.concurrent Utility classes for concurrent / async tasks.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. deallocationsHuge(package private) LongCounterUnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric. directCounter(package private) LongCounterUnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric. heapCounterprivate LongCounterPoolChunk. pinnedBytesAccounting of pinned memory – memory that is currently in use by ByteBuf instances. -
Uses of LongCounter in io.netty.util.concurrent
Fields in io.netty.util.concurrent declared as LongCounter Modifier and Type Field Description private LongCounterConcurrentSkipListIntObjMultimap. adderElement count -
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.
-