Uses of Class
io.netty.buffer.PoolThreadCache.MemoryRegionCache
-
Packages that use PoolThreadCache.MemoryRegionCache 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 in io.netty.buffer
Subclasses of PoolThreadCache.MemoryRegionCache in io.netty.buffer Modifier and Type Class Description private static classPoolThreadCache.NormalMemoryRegionCache<T>Cache used for buffers which are backed by NORMAL size.private static classPoolThreadCache.SubPageMemoryRegionCache<T>Cache used for buffers which are backed by TINY or SMALL size.Fields in io.netty.buffer declared as PoolThreadCache.MemoryRegionCache Modifier and Type Field Description private PoolThreadCache.MemoryRegionCache<java.nio.ByteBuffer>[]PoolThreadCache. normalDirectCachesprivate PoolThreadCache.MemoryRegionCache<byte[]>[]PoolThreadCache. normalHeapCachesprivate PoolThreadCache.MemoryRegionCache<java.nio.ByteBuffer>[]PoolThreadCache. smallSubPageDirectCachesprivate PoolThreadCache.MemoryRegionCache<byte[]>[]PoolThreadCache. smallSubPageHeapCachesprivate PoolThreadCache.MemoryRegionCache<java.nio.ByteBuffer>[]PoolThreadCache. tinySubPageDirectCachesprivate PoolThreadCache.MemoryRegionCache<byte[]>[]PoolThreadCache. tinySubPageHeapCachesMethods in io.netty.buffer that return PoolThreadCache.MemoryRegionCache Modifier and Type Method Description private PoolThreadCache.MemoryRegionCache<?>PoolThreadCache. cache(PoolArena<?> area, int normCapacity, PoolArena.SizeClass sizeClass)private static <T> PoolThreadCache.MemoryRegionCache<T>PoolThreadCache. cache(PoolThreadCache.MemoryRegionCache<T>[] cache, int idx)private PoolThreadCache.MemoryRegionCache<?>PoolThreadCache. cacheForNormal(PoolArena<?> area, int normCapacity)private PoolThreadCache.MemoryRegionCache<?>PoolThreadCache. cacheForSmall(PoolArena<?> area, int normCapacity)private PoolThreadCache.MemoryRegionCache<?>PoolThreadCache. cacheForTiny(PoolArena<?> area, int normCapacity)private static <T> PoolThreadCache.MemoryRegionCache<T>[]PoolThreadCache. createNormalCaches(int cacheSize, int maxCachedBufferCapacity, PoolArena<T> area)private static <T> PoolThreadCache.MemoryRegionCache<T>[]PoolThreadCache. createSubPageCaches(int cacheSize, int numCaches, PoolArena.SizeClass sizeClass)Methods in io.netty.buffer with parameters of type PoolThreadCache.MemoryRegionCache Modifier and Type Method Description private booleanPoolThreadCache. allocate(PoolThreadCache.MemoryRegionCache<?> cache, PooledByteBuf buf, int reqCapacity)private static <T> PoolThreadCache.MemoryRegionCache<T>PoolThreadCache. cache(PoolThreadCache.MemoryRegionCache<T>[] cache, int idx)private static intPoolThreadCache. free(PoolThreadCache.MemoryRegionCache<?>[] caches, boolean finalizer)private static intPoolThreadCache. free(PoolThreadCache.MemoryRegionCache<?> cache, boolean finalizer)private static voidPoolThreadCache. trim(PoolThreadCache.MemoryRegionCache<?> cache)private static voidPoolThreadCache. trim(PoolThreadCache.MemoryRegionCache<?>[] caches)
-