Package io.netty.buffer
Class AdaptivePoolingAllocator.ConcurrentSkipListChunkCache
java.lang.Object
io.netty.buffer.AdaptivePoolingAllocator.ConcurrentSkipListChunkCache
- All Implemented Interfaces:
AdaptivePoolingAllocator.ChunkCache
- Enclosing class:
AdaptivePoolingAllocator
private static final class AdaptivePoolingAllocator.ConcurrentSkipListChunkCache
extends Object
implements AdaptivePoolingAllocator.ChunkCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentSkipListIntObjMultimap<AdaptivePoolingAllocator.Chunk> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chunks
-
-
Constructor Details
-
ConcurrentSkipListChunkCache
private ConcurrentSkipListChunkCache()
-
-
Method Details
-
pollChunk
- Specified by:
pollChunkin interfaceAdaptivePoolingAllocator.ChunkCache
-
offerChunk
- Specified by:
offerChunkin interfaceAdaptivePoolingAllocator.ChunkCache
-