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
Methods in io.netty.buffer with parameters of type PoolThreadCache Modifier and Type Method Description boolean
PoolThreadCache.MemoryRegionCache. allocate(PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)
Allocate something out of the cache if possible and remove the entry from the cache.protected abstract void
PoolThreadCache.MemoryRegionCache. initBuf(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)
Init thePooledByteBuf
using the provided chunk and handle with the capacity restrictions.protected void
PoolThreadCache.NormalMemoryRegionCache. initBuf(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)
protected void
PoolThreadCache.SubPageMemoryRegionCache. initBuf(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, PooledByteBuf<T> buf, int reqCapacity, PoolThreadCache threadCache)
-