Uses of Interface
io.netty.util.internal.LongCounter
Packages that use LongCounter
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
Utility classes for concurrent / async tasks.
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 LongCounterModifier and TypeFieldDescriptionprivate final LongCounterPoolArena.activeBytesHugeprivate final LongCounterPoolArena.allocationsHugeprivate final LongCounterPoolArena.allocationsSmallprivate final LongCounterPoolArena.deallocationsHuge(package private) final LongCounterUnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric.directCounter(package private) final LongCounterUnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric.heapCounterprivate final 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 LongCounterModifier and TypeFieldDescriptionprivate final LongCounterConcurrentSkipListIntObjMultimap.adderElement count -
Uses of LongCounter in io.netty.util.internal
Classes in io.netty.util.internal that implement LongCounterModifier and TypeClassDescription(package private) final classprivate static final classMethods in io.netty.util.internal that return LongCounterModifier and TypeMethodDescriptionstatic LongCounterPlatformDependent.newLongCounter()Creates a new fastestLongCounterimplementation for the current platform.