Search
Browse all 5776 subdomain entities categorized under Search in the netty Architecture Docs architecture documentation.
getBytes() — netty Function Reference
Architecture documentation for the getBytes() function in PooledByteBuf.java from the netty codebase.
init0() — netty Function Reference
Architecture documentation for the init0() function in PooledByteBuf.java from the netty codebase.
nioBufferCount() — netty Function Reference
Architecture documentation for the nioBufferCount() function in PooledByteBuf.java from the netty codebase.
defaultDisableCacheFinalizersForFastThreadLocalThreads() — netty Function Reference
Architecture documentation for the defaultDisableCacheFinalizersForFastThreadLocalThreads() function in PooledByteBufAllocator.java from the netty codebase.
defaultMaxOrder() — netty Function Reference
Architecture documentation for the defaultMaxOrder() function in PooledByteBufAllocator.java from the netty codebase.
defaultNormalCacheSize() — netty Function Reference
Architecture documentation for the defaultNormalCacheSize() function in PooledByteBufAllocator.java from the netty codebase.
defaultNumDirectArena() — netty Function Reference
Architecture documentation for the defaultNumDirectArena() function in PooledByteBufAllocator.java from the netty codebase.
defaultTinyCacheSize() — netty Function Reference
Architecture documentation for the defaultTinyCacheSize() function in PooledByteBufAllocator.java from the netty codebase.
defaultUseCacheForAllThreads() — netty Function Reference
Architecture documentation for the defaultUseCacheForAllThreads() function in PooledByteBufAllocator.java from the netty codebase.
freeThreadLocalCache() — netty Function Reference
Architecture documentation for the freeThreadLocalCache() function in PooledByteBufAllocator.java from the netty codebase.
heapArenas() — netty Function Reference
Architecture documentation for the heapArenas() function in PooledByteBufAllocator.java from the netty codebase.
newArenaArray() — netty Function Reference
Architecture documentation for the newArenaArray() function in PooledByteBufAllocator.java from the netty codebase.
normalCacheSize() — netty Function Reference
Architecture documentation for the normalCacheSize() function in PooledByteBufAllocator.java from the netty codebase.
numHeapArenas() — netty Function Reference
Architecture documentation for the numHeapArenas() function in PooledByteBufAllocator.java from the netty codebase.
onAllocateChunk() — netty Function Reference
Architecture documentation for the onAllocateChunk() function in PooledByteBufAllocator.java from the netty codebase.
onDeallocateBuffer() — netty Function Reference
Architecture documentation for the onDeallocateBuffer() function in PooledByteBufAllocator.java from the netty codebase.
onRemoval() — netty Function Reference
Architecture documentation for the onRemoval() function in PooledByteBufAllocator.java from the netty codebase.
PoolThreadCache() — netty Function Reference
Architecture documentation for the PoolThreadCache() function in PooledByteBufAllocator.java from the netty codebase.
PoolThreadLocalCache() — netty Function Reference
Architecture documentation for the PoolThreadLocalCache() function in PooledByteBufAllocator.java from the netty codebase.
String() — netty Function Reference
Architecture documentation for the String() function in PooledByteBufAllocator.java from the netty codebase.
tinyCacheSize() — netty Function Reference
Architecture documentation for the tinyCacheSize() function in PooledByteBufAllocator.java from the netty codebase.
doSetup() — netty Function Reference
Architecture documentation for the doSetup() function in PooledByteBufAllocatorAlignBenchmark.java from the netty codebase.
read() — netty Function Reference
Architecture documentation for the read() function in PooledByteBufAllocatorAlignBenchmark.java from the netty codebase.
writeRead() — netty Function Reference
Architecture documentation for the writeRead() function in PooledByteBufAllocatorAlignBenchmark.java from the netty codebase.
chunkSize() — netty Function Reference
Architecture documentation for the chunkSize() function in PooledByteBufAllocatorMetric.java from the netty codebase.
heapArenas() — netty Function Reference
Architecture documentation for the heapArenas() function in PooledByteBufAllocatorMetric.java from the netty codebase.
numHeapArenas() — netty Function Reference
Architecture documentation for the numHeapArenas() function in PooledByteBufAllocatorMetric.java from the netty codebase.
numThreadLocalCaches() — netty Function Reference
Architecture documentation for the numThreadLocalCaches() function in PooledByteBufAllocatorMetric.java from the netty codebase.
smallCacheSize() — netty Function Reference
Architecture documentation for the smallCacheSize() function in PooledByteBufAllocatorMetric.java from the netty codebase.
assertPoolChunkListMetric() — netty Function Reference
Architecture documentation for the assertPoolChunkListMetric() function in PooledByteBufAllocatorTest.java from the netty codebase.
checkForError() — netty Function Reference
Architecture documentation for the checkForError() function in PooledByteBufAllocatorTest.java from the netty codebase.
checkForErrors() — netty Function Reference
Architecture documentation for the checkForErrors() function in PooledByteBufAllocatorTest.java from the netty codebase.
isExpired() — netty Function Reference
Architecture documentation for the isExpired() function in PooledByteBufAllocatorTest.java from the netty codebase.
markAsFinished() — netty Function Reference
Architecture documentation for the markAsFinished() function in PooledByteBufAllocatorTest.java from the netty codebase.
run() — netty Function Reference
Architecture documentation for the run() function in PooledByteBufAllocatorTest.java from the netty codebase.
shouldCreateTwoChunks() — netty Function Reference
Architecture documentation for the shouldCreateTwoChunks() function in PooledByteBufAllocatorTest.java from the netty codebase.
testAllocateSmallOffset() — netty Function Reference
Architecture documentation for the testAllocateSmallOffset() function in PooledByteBufAllocatorTest.java from the netty codebase.
testArenaMetrics0() — netty Function Reference
Architecture documentation for the testArenaMetrics0() function in PooledByteBufAllocatorTest.java from the netty codebase.
testArenaMetricsNoCache() — netty Function Reference
Architecture documentation for the testArenaMetricsNoCache() function in PooledByteBufAllocatorTest.java from the netty codebase.
testArenaMetricsNoCacheAlign() — netty Function Reference
Architecture documentation for the testArenaMetricsNoCacheAlign() function in PooledByteBufAllocatorTest.java from the netty codebase.
testCacheWorksForNormalAllocations() — netty Function Reference
Architecture documentation for the testCacheWorksForNormalAllocations() function in PooledByteBufAllocatorTest.java from the netty codebase.
testFreePoolChunk() — netty Function Reference
Architecture documentation for the testFreePoolChunk() function in PooledByteBufAllocatorTest.java from the netty codebase.
testNormalPoolSubpageRelease() — netty Function Reference
Architecture documentation for the testNormalPoolSubpageRelease() function in PooledByteBufAllocatorTest.java from the netty codebase.
testNumThreadCachesWithNoDirectArenas() — netty Function Reference
Architecture documentation for the testNumThreadCachesWithNoDirectArenas() function in PooledByteBufAllocatorTest.java from the netty codebase.
testPoolChunkListMetric() — netty Function Reference
Architecture documentation for the testPoolChunkListMetric() function in PooledByteBufAllocatorTest.java from the netty codebase.
testThreadCacheDestroyedAfterExitRun() — netty Function Reference
Architecture documentation for the testThreadCacheDestroyedAfterExitRun() function in PooledByteBufAllocatorTest.java from the netty codebase.
testWithoutUseCacheForAllThreads() — netty Function Reference
Architecture documentation for the testWithoutUseCacheForAllThreads() function in PooledByteBufAllocatorTest.java from the netty codebase.
ThreadCache() — netty Function Reference
Architecture documentation for the ThreadCache() function in PooledByteBufAllocatorTest.java from the netty codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free