Uses of Class
io.netty.buffer.PoolSubpage
Packages that use PoolSubpage
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of PoolSubpage in io.netty.buffer
Fields in io.netty.buffer declared as PoolSubpageModifier and TypeFieldDescription(package private) PoolSubpage<T> PoolSubpage.next(package private) PoolSubpage<T> PoolSubpage.prev(package private) final PoolSubpage<T>[]PoolArena.smallSubpagePoolsprivate final PoolSubpage<T>[]PoolChunk.subpagesmanage all subpages in this chunkMethods in io.netty.buffer that return PoolSubpageModifier and TypeMethodDescriptionprivate PoolSubpage<T>[]PoolArena.newSubpagePoolArray(int size) private PoolSubpage<T> PoolArena.newSubpagePoolHead(int index) Methods in io.netty.buffer with parameters of type PoolSubpageModifier and TypeMethodDescriptionprivate voidPoolSubpage.addToPool(PoolSubpage<T> head) private longPoolChunk.allocateSubpage(int sizeIdx, PoolSubpage<T> head) Create / initialize a new PoolSubpage of normCapacity.private static voidPoolArena.appendPoolSubPages(StringBuilder buf, PoolSubpage<?>[] subpages) private static voidPoolArena.destroyPoolSubPages(PoolSubpage<?>[] pages) (package private) booleanPoolSubpage.free(PoolSubpage<T> head, int bitmapIdx) private static List<PoolSubpageMetric> PoolArena.subPageMetricList(PoolSubpage<?>[] pages) Constructors in io.netty.buffer with parameters of type PoolSubpageModifierConstructorDescription(package private)PoolSubpage(PoolSubpage<T> head, PoolChunk<T> chunk, int pageShifts, int runOffset, int runSize, int elemSize)