Function
Browse all 26924 tag entities categorized under Function in the netty Architecture Docs architecture documentation.
directAllocation() — netty Function Reference
Architecture documentation for the directAllocation() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
getNextReleaseIndex() — netty Function Reference
Architecture documentation for the getNextReleaseIndex() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
getNextSizeIndex() — netty Function Reference
Architecture documentation for the getNextSizeIndex() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
heapAllocation() — netty Function Reference
Architecture documentation for the heapAllocation() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
performDirectAllocation() — netty Function Reference
Architecture documentation for the performDirectAllocation() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
performHeapAllocation() — netty Function Reference
Architecture documentation for the performHeapAllocation() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
release() — netty Function Reference
Architecture documentation for the release() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
releaseBufferArray() — netty Function Reference
Architecture documentation for the releaseBufferArray() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
setup() — netty Function Reference
Architecture documentation for the setup() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
setupAllocatorAndPollute() — netty Function Reference
Architecture documentation for the setupAllocatorAndPollute() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
tearDown() — netty Function Reference
Architecture documentation for the tearDown() function in ByteBufAllocatorAllocPatternBenchmark.java from the netty codebase.
adaptiveDirectAllocAndFree() — netty Function Reference
Architecture documentation for the adaptiveDirectAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
adaptiveHeapAllocAndFree() — netty Function Reference
Architecture documentation for the adaptiveHeapAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
defaultPooledDirectAllocAndFree() — netty Function Reference
Architecture documentation for the defaultPooledDirectAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
defaultPooledHeapAllocAndFree() — netty Function Reference
Architecture documentation for the defaultPooledHeapAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
nextIndex() — netty Function Reference
Architecture documentation for the nextIndex() function in ByteBufAllocatorBenchmark.java from the netty codebase.
pooledDirectAllocAndFree() — netty Function Reference
Architecture documentation for the pooledDirectAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
pooledHeapAllocAndFree() — netty Function Reference
Architecture documentation for the pooledHeapAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
releaseBuffers() — netty Function Reference
Architecture documentation for the releaseBuffers() function in ByteBufAllocatorBenchmark.java from the netty codebase.
unpooledDirectAllocAndFree() — netty Function Reference
Architecture documentation for the unpooledDirectAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
unpooledHeapAllocAndFree() — netty Function Reference
Architecture documentation for the unpooledHeapAllocAndFree() function in ByteBufAllocatorBenchmark.java from the netty codebase.
allocateReleaseAdaptive() — netty Function Reference
Architecture documentation for the allocateReleaseAdaptive() function in ByteBufAllocatorConcurrentBenchmark.java from the netty codebase.
allocateReleasePooled() — netty Function Reference
Architecture documentation for the allocateReleasePooled() function in ByteBufAllocatorConcurrentBenchmark.java from the netty codebase.
allocateReleaseUnpooled() — netty Function Reference
Architecture documentation for the allocateReleaseUnpooled() function in ByteBufAllocatorConcurrentBenchmark.java from the netty codebase.
assertBuffer() — netty Function Reference
Architecture documentation for the assertBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
assertCompositeByteBuf() — netty Function Reference
Architecture documentation for the assertCompositeByteBuf() function in ByteBufAllocatorTest.java from the netty codebase.
ByteBufAllocator() — netty Function Reference
Architecture documentation for the ByteBufAllocator() function in ByteBufAllocatorTest.java from the netty codebase.
defaultMaxCapacity() — netty Function Reference
Architecture documentation for the defaultMaxCapacity() function in ByteBufAllocatorTest.java from the netty codebase.
defaultMaxComponents() — netty Function Reference
Architecture documentation for the defaultMaxComponents() function in ByteBufAllocatorTest.java from the netty codebase.
isDirectExpected() — netty Function Reference
Architecture documentation for the isDirectExpected() function in ByteBufAllocatorTest.java from the netty codebase.
testBuffer() — netty Function Reference
Architecture documentation for the testBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
testBufferWithCapacity() — netty Function Reference
Architecture documentation for the testBufferWithCapacity() function in ByteBufAllocatorTest.java from the netty codebase.
testCompositeBuffer() — netty Function Reference
Architecture documentation for the testCompositeBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
testCompositeBufferWithCapacity() — netty Function Reference
Architecture documentation for the testCompositeBufferWithCapacity() function in ByteBufAllocatorTest.java from the netty codebase.
testCompositeDirectBuffer() — netty Function Reference
Architecture documentation for the testCompositeDirectBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
testCompositeDirectBufferWithCapacity() — netty Function Reference
Architecture documentation for the testCompositeDirectBufferWithCapacity() function in ByteBufAllocatorTest.java from the netty codebase.
testCompositeHeapBuffer() — netty Function Reference
Architecture documentation for the testCompositeHeapBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
testCompositeHeapBufferWithCapacity() — netty Function Reference
Architecture documentation for the testCompositeHeapBufferWithCapacity() function in ByteBufAllocatorTest.java from the netty codebase.
testDirectBuffer() — netty Function Reference
Architecture documentation for the testDirectBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
testDirectBufferMaxCapacity() — netty Function Reference
Architecture documentation for the testDirectBufferMaxCapacity() function in ByteBufAllocatorTest.java from the netty codebase.
testHeapBuffer() — netty Function Reference
Architecture documentation for the testHeapBuffer() function in ByteBufAllocatorTest.java from the netty codebase.
testHeapBufferMaxCapacity() — netty Function Reference
Architecture documentation for the testHeapBufferMaxCapacity() function in ByteBufAllocatorTest.java from the netty codebase.
ByteBuf() — netty Function Reference
Architecture documentation for the ByteBuf() function in ByteBufBenchmark.java from the netty codebase.
ByteBuffer() — netty Function Reference
Architecture documentation for the ByteBuffer() function in ByteBufBenchmark.java from the netty codebase.
setup() — netty Function Reference
Architecture documentation for the setup() function in ByteBufBenchmark.java from the netty codebase.
tearDown() — netty Function Reference
Architecture documentation for the tearDown() function in ByteBufBenchmark.java from the netty codebase.
ByteBufChecksum() — netty Function Reference
Architecture documentation for the ByteBufChecksum() function in ByteBufChecksum.java from the netty codebase.
ByteBuffer() — netty Function Reference
Architecture documentation for the ByteBuffer() function in ByteBufChecksum.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