Package io.netty.buffer
Interface AdaptivePoolingAllocator.ChunkManagementStrategy
-
- All Known Implementing Classes:
AdaptivePoolingAllocator.BuddyChunkManagementStrategy,AdaptivePoolingAllocator.SizeClassChunkManagementStrategy
- Enclosing class:
- AdaptivePoolingAllocator
private static interface AdaptivePoolingAllocator.ChunkManagementStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptivePoolingAllocator.ChunkCachecreateChunkCache(boolean isThreadLocal)AdaptivePoolingAllocator.ChunkControllercreateController(AdaptivePoolingAllocator.MagazineGroup group)
-
-
-
Method Detail
-
createController
AdaptivePoolingAllocator.ChunkController createController(AdaptivePoolingAllocator.MagazineGroup group)
-
createChunkCache
AdaptivePoolingAllocator.ChunkCache createChunkCache(boolean isThreadLocal)
-
-