Uses of Class
io.netty.buffer.AdaptivePoolingAllocator.Magazine
Packages that use AdaptivePoolingAllocator.Magazine
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of AdaptivePoolingAllocator.Magazine in io.netty.buffer
Fields in io.netty.buffer declared as AdaptivePoolingAllocator.MagazineModifier and TypeFieldDescription(package private) final AdaptivePoolingAllocator.Magazine
AdaptivePoolingAllocator.Chunk.magazine
private AdaptivePoolingAllocator.Magazine[]
AdaptivePoolingAllocator.magazines
Fields in io.netty.buffer with type parameters of type AdaptivePoolingAllocator.MagazineModifier and TypeFieldDescriptionprivate final Set
<AdaptivePoolingAllocator.Magazine> AdaptivePoolingAllocator.liveCachedMagazines
private static final AtomicReferenceFieldUpdater
<AdaptivePoolingAllocator.Magazine, AdaptivePoolingAllocator.Chunk> AdaptivePoolingAllocator.Magazine.NEXT_IN_LINE
Methods in io.netty.buffer that return AdaptivePoolingAllocator.MagazineModifier and TypeMethodDescriptionAdaptivePoolingAllocator.getFallbackMagazine
(Thread currentThread) Constructors in io.netty.buffer with parameters of type AdaptivePoolingAllocator.MagazineModifierConstructorDescription(package private)
Chunk
(AbstractByteBuf delegate, AdaptivePoolingAllocator.Magazine magazine, boolean pooled)