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.SizeClass
PoolThreadCache.MemoryRegionCache.sizeClass
Methods in io.netty.buffer that return PoolArena.SizeClassModifier and TypeMethodDescriptionprivate static PoolArena.SizeClass
PoolArena.sizeClass
(long handle) static PoolArena.SizeClass
Returns 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) boolean
PoolThreadCache.add
(PoolArena<?> area, PoolChunk chunk, ByteBuffer nioBuffer, long handle, int normCapacity, PoolArena.SizeClass sizeClass) AddPoolChunk
andhandle
to the cache if there is enough room.private PoolThreadCache.MemoryRegionCache
<?> PoolThreadCache.cache
(PoolArena<?> area, int sizeIdx, PoolArena.SizeClass sizeClass) (package private) void
PoolArena.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)