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.SizeClassPoolThreadCache.MemoryRegionCache. sizeClassMethods in io.netty.buffer that return PoolArena.SizeClass Modifier and Type Method Description private PoolArena.SizeClassPoolArena. sizeClass(int normCapacity)static PoolArena.SizeClassPoolArena.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) booleanPoolThreadCache. add(PoolArena<?> area, PoolChunk chunk, java.nio.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 normCapacity, PoolArena.SizeClass sizeClass)private static <T> PoolThreadCache.MemoryRegionCache<T>[]PoolThreadCache. createSubPageCaches(int cacheSize, int numCaches, PoolArena.SizeClass sizeClass)(package private) voidPoolArena. 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)
-