Uses of Class
io.netty.buffer.PoolThreadCache.MemoryRegionCache.Entry
-
Packages that use PoolThreadCache.MemoryRegionCache.Entry 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.MemoryRegionCache.Entry in io.netty.buffer
Fields in io.netty.buffer with type parameters of type PoolThreadCache.MemoryRegionCache.Entry Modifier and Type Field Description private java.util.Queue<PoolThreadCache.MemoryRegionCache.Entry<T>>
PoolThreadCache.MemoryRegionCache. queue
private static ObjectPool<PoolThreadCache.MemoryRegionCache.Entry>
PoolThreadCache.MemoryRegionCache. RECYCLER
(package private) Recycler.EnhancedHandle<PoolThreadCache.MemoryRegionCache.Entry<?>>
PoolThreadCache.MemoryRegionCache.Entry. recyclerHandle
Methods in io.netty.buffer that return PoolThreadCache.MemoryRegionCache.Entry Modifier and Type Method Description private static PoolThreadCache.MemoryRegionCache.Entry
PoolThreadCache.MemoryRegionCache. newEntry(PoolChunk<?> chunk, java.nio.ByteBuffer nioBuffer, long handle, int normCapacity)
Methods in io.netty.buffer with parameters of type PoolThreadCache.MemoryRegionCache.Entry Modifier and Type Method Description private void
PoolThreadCache.MemoryRegionCache. freeEntry(PoolThreadCache.MemoryRegionCache.Entry entry, boolean finalizer)
Constructor parameters in io.netty.buffer with type arguments of type PoolThreadCache.MemoryRegionCache.Entry Constructor Description Entry(ObjectPool.Handle<PoolThreadCache.MemoryRegionCache.Entry<?>> recyclerHandle)
-