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.
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 LongCounter
PoolArena.activeBytesHuge
private final LongCounter
PoolArena.allocationsHuge
private final LongCounter
PoolArena.allocationsSmall
private final LongCounter
PoolArena.deallocationsHuge
(package private) final LongCounter
UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric.directCounter
(package private) final LongCounter
UnpooledByteBufAllocator.UnpooledByteBufAllocatorMetric.heapCounter
private final LongCounter
PoolChunk.pinnedBytes
Accounting of pinned memory – memory that is currently in use by ByteBuf instances. -
Uses of LongCounter in io.netty.util.internal
Classes in io.netty.util.internal that implement LongCounterModifier and TypeClassDescription(package private) final class
private static final class
Methods in io.netty.util.internal that return LongCounterModifier and TypeMethodDescriptionstatic LongCounter
PlatformDependent.newLongCounter()
Creates a new fastestLongCounter
implementation for the current platform.