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) class
PoolThreadCache
Acts a Thread cache for allocations.Fields in io.netty.buffer declared as PoolArenasCache Modifier and Type Field Description (package private) PoolArenasCache
PooledByteBuf. cache
Methods in io.netty.buffer that return PoolArenasCache Modifier and Type Method Description private PoolArenasCache
PooledByteBufAllocator. getPoolThreadCache()
protected PoolArenasCache
PooledByteBufAllocator.PoolThreadLocalCache. initialValue()
(package private) PoolArenasCache
PooledByteBufAllocator. 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 void
PoolArena. allocate(PoolArenasCache cache, PooledByteBuf<T> buf, int reqCapacity)
(package private) boolean
PoolChunk. allocate(PooledByteBuf<T> buf, int reqCapacity, int sizeIdx, PoolArenasCache cache)
(package private) boolean
PoolChunkList. allocate(PooledByteBuf<T> buf, int reqCapacity, int sizeIdx, PoolArenasCache threadCache)
private void
PoolArena. allocateNormal(PooledByteBuf<T> buf, int reqCapacity, int sizeIdx, PoolArenasCache threadCache)
(package private) void
PoolArena. free(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int normCapacity, PoolArenasCache cache)
(package private) void
PooledByteBuf. init(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolArenasCache cache)
(package private) void
PooledUnsafeDirectByteBuf. init(PoolChunk<java.nio.ByteBuffer> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolArenasCache cache)
private void
PooledByteBuf. init0(PoolChunk<T> chunk, java.nio.ByteBuffer nioBuffer, long handle, int offset, int length, int maxLength, PoolArenasCache cache)
(package private) void
PoolChunk. initBuf(PooledByteBuf<T> buf, java.nio.ByteBuffer nioBuffer, long handle, int reqCapacity, PoolArenasCache threadCache)
(package private) void
PoolChunk. initBufWithSubpage(PooledByteBuf<T> buf, java.nio.ByteBuffer nioBuffer, long handle, int reqCapacity, PoolArenasCache threadCache)
protected void
PooledByteBufAllocator.PoolThreadLocalCache. onRemoval(PoolArenasCache threadCache)
private void
PoolArena. tcacheAllocateNormal(PoolArenasCache cache, PooledByteBuf<T> buf, int reqCapacity, int sizeIdx)
private void
PoolArena. tcacheAllocateSmall(PoolArenasCache cache, PooledByteBuf<T> buf, int reqCapacity, int sizeIdx)
-