Uses of Enum
io.netty.buffer.PoolArena.SizeClass
Packages that use PoolArena.SizeClass
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of PoolArena.SizeClass in io.netty.buffer
Fields in io.netty.buffer declared as PoolArena.SizeClassModifier and TypeFieldDescriptionprivate final PoolArena.SizeClassPoolThreadCache.MemoryRegionCache.sizeClassMethods in io.netty.buffer that return PoolArena.SizeClassModifier and TypeMethodDescriptionprivate static PoolArena.SizeClassPoolArena.sizeClass(long handle) static PoolArena.SizeClassReturns the enum constant of this type with the specified name.static PoolArena.SizeClass[]PoolArena.SizeClass.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.buffer with parameters of type PoolArena.SizeClassModifier and TypeMethodDescription(package private) booleanPoolThreadCache.add(PoolArena<?> area, PoolChunk chunk, ByteBuffer nioBuffer, long handle, int normCapacity, PoolArena.SizeClass sizeClass) AddPoolChunkandhandleto the cache if there is enough room.private PoolThreadCache.MemoryRegionCache<?> PoolThreadCache.cache(PoolArena<?> area, int sizeIdx, PoolArena.SizeClass sizeClass) (package private) voidPoolArena.freeChunk(PoolChunk<T> chunk, long handle, int normCapacity, PoolArena.SizeClass sizeClass, ByteBuffer nioBuffer, boolean finalizer) Constructors in io.netty.buffer with parameters of type PoolArena.SizeClassModifierConstructorDescription(package private)MemoryRegionCache(int size, PoolArena.SizeClass sizeClass)