Uses of Class
io.netty.buffer.PoolArena.SizeClass
-
Packages that use PoolArena.SizeClass Package Description io.netty.buffer 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.SizeClass Modifier and Type Field Description private PoolArena.SizeClass
PoolThreadCache.MemoryRegionCache. sizeClass
Methods in io.netty.buffer that return PoolArena.SizeClass Modifier and Type Method Description private PoolArena.SizeClass
PoolArena. sizeClass(int normCapacity)
static PoolArena.SizeClass
PoolArena.SizeClass. valueOf(java.lang.String name)
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.SizeClass Modifier and Type Method Description (package private) boolean
PoolThreadCache. add(PoolArena<?> area, PoolChunk chunk, java.nio.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 normCapacity, PoolArena.SizeClass sizeClass)
private static <T> PoolThreadCache.MemoryRegionCache<T>[]
PoolThreadCache. createSubPageCaches(int cacheSize, int numCaches, PoolArena.SizeClass sizeClass)
(package private) void
PoolArena. freeChunk(PoolChunk<T> chunk, long handle, PoolArena.SizeClass sizeClass, java.nio.ByteBuffer nioBuffer, boolean finalizer)
Constructors in io.netty.buffer with parameters of type PoolArena.SizeClass Constructor Description MemoryRegionCache(int size, PoolArena.SizeClass sizeClass)
SubPageMemoryRegionCache(int size, PoolArena.SizeClass sizeClass)
-