Uses of Class
io.netty.buffer.PoolArenasCache
-
Packages that use PoolArenasCache 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 PoolArenasCache in io.netty.buffer
Subclasses of PoolArenasCache in io.netty.buffer Modifier and Type Class Description (package private) classPoolThreadCacheActs a Thread cache for allocations.Fields in io.netty.buffer declared as PoolArenasCache Modifier and Type Field Description (package private) PoolArenasCachePooledByteBuf. cacheMethods in io.netty.buffer that return PoolArenasCache Modifier and Type Method Description private PoolArenasCachePooledByteBufAllocator. getPoolThreadCache()protected PoolArenasCachePooledByteBufAllocator.PoolThreadLocalCache. initialValue()(package private) PoolArenasCachePooledByteBufAllocator. threadCache()Methods in io.netty.buffer with parameters of type PoolArenasCache Modifier and Type Method Description (package private) PooledByteBuf<T>PoolArena. allocate(PoolArenasCache cache, int reqCapacity, int maxCapacity)private voidPoolArena. allocate(PoolArenasCache cache, PooledByteBuf<T> buf, int reqCapacity)(package private) booleanPoolChunk. allocate(PooledByteBuf<T> buf, int reqCapacity, int sizeIdx, PoolArenasCache cache)(package private) booleanPoolChunkList. allocate(PooledByteBuf<T> buf, int reqCapacity, int sizeIdx, PoolArenasCache threadCache)private voidPoolArena. allocateNormal(PooledByteBuf<T> buf, int reqCapacity, int sizeIdx, PoolArenasCache threadCache)(package private) voidPoolArena. free(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int normCapacity, PoolArenasCache cache)(package private) voidPooledByteBuf. init(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolArenasCache cache)(package private) voidPooledUnsafeDirectByteBuf. init(PoolChunk<java.nio.ByteBuffer> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolArenasCache cache)private voidPooledByteBuf. init0(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolArenasCache cache)(package private) voidPoolChunk. initBuf(PooledByteBuf<T> buf, java.nio.ByteBuffer nioBuffer, long handle, int reqCapacity, PoolArenasCache threadCache)(package private) voidPoolChunk. initBufWithSubpage(PooledByteBuf<T> buf, java.nio.ByteBuffer nioBuffer, long handle, int reqCapacity, PoolArenasCache threadCache)protected voidPooledByteBufAllocator.PoolThreadLocalCache. onRemoval(PoolArenasCache threadCache)private voidPoolArena. tcacheAllocateNormal(PoolArenasCache cache, PooledByteBuf<T> buf, int reqCapacity, int sizeIdx)private voidPoolArena. tcacheAllocateSmall(PoolArenasCache cache, PooledByteBuf<T> buf, int reqCapacity, int sizeIdx)
-