Package io.netty.buffer
Interface AdaptivePoolingAllocator.ChunkCache
-
- All Known Implementing Classes:
AdaptivePoolingAllocator.ConcurrentQueueChunkCache,AdaptivePoolingAllocator.ConcurrentSkipListChunkCache
- Enclosing class:
- AdaptivePoolingAllocator
private static interface AdaptivePoolingAllocator.ChunkCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanofferChunk(AdaptivePoolingAllocator.Chunk chunk)AdaptivePoolingAllocator.ChunkpollChunk(int size)
-
-
-
Method Detail
-
pollChunk
AdaptivePoolingAllocator.Chunk pollChunk(int size)
-
offerChunk
boolean offerChunk(AdaptivePoolingAllocator.Chunk chunk)
-
-