Uses of Class
io.netty.buffer.PoolThreadCache
-
Packages that use PoolThreadCache 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 PoolThreadCache in io.netty.buffer
Fields in io.netty.buffer declared as PoolThreadCache Modifier and Type Field Description (package private) PoolThreadCachePooledByteBuf. cacheMethods in io.netty.buffer that return PoolThreadCache Modifier and Type Method Description protected PoolThreadCachePooledByteBufAllocator.PoolThreadLocalCache. initialValue()(package private) PoolThreadCachePooledByteBufAllocator. threadCache()Methods in io.netty.buffer with parameters of type PoolThreadCache Modifier and Type Method Description (package private) PooledByteBuf<T>PoolArena. allocate(PoolThreadCache cache, int reqCapacity, int maxCapacity)private voidPoolArena. allocate(PoolThreadCache cache, PooledByteBuf<T> buf, int reqCapacity)(package private) booleanPoolChunk. allocate(PooledByteBuf<T> buf, int reqCapacity, int normCapacity, PoolThreadCache threadCache)(package private) booleanPoolChunkList. allocate(PooledByteBuf<T> buf, int reqCapacity, int normCapacity, PoolThreadCache threadCache)booleanPoolThreadCache.MemoryRegionCache. allocate(PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)Allocate something out of the cache if possible and remove the entry from the cache.private voidPoolArena. allocateNormal(PooledByteBuf<T> buf, int reqCapacity, int normCapacity, PoolThreadCache threadCache)(package private) voidPoolArena. free(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int normCapacity, PoolThreadCache cache)(package private) voidPooledByteBuf. init(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolThreadCache cache)(package private) voidPooledUnsafeDirectByteBuf. init(PoolChunk<java.nio.ByteBuffer> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolThreadCache cache)private voidPooledByteBuf. init0(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolThreadCache cache)(package private) voidPoolChunk. initBuf(PooledByteBuf<T> buf, java.nio.ByteBuffer nioBuffer, long handle, int reqCapacity, PoolThreadCache threadCache)protected abstract voidPoolThreadCache.MemoryRegionCache. initBuf(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)Init thePooledByteBufusing the provided chunk and handle with the capacity restrictions.protected voidPoolThreadCache.NormalMemoryRegionCache. initBuf(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)protected voidPoolThreadCache.SubPageMemoryRegionCache. initBuf(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)private voidPoolChunk. initBufWithSubpage(PooledByteBuf<T> buf, java.nio.ByteBuffer nioBuffer, long handle, int bitmapIdx, int reqCapacity, PoolThreadCache threadCache)(package private) voidPoolChunk. initBufWithSubpage(PooledByteBuf<T> buf, java.nio.ByteBuffer nioBuffer, long handle, int reqCapacity, PoolThreadCache threadCache)protected voidPooledByteBufAllocator.PoolThreadLocalCache. onRemoval(PoolThreadCache threadCache)
-