Package io.netty.buffer
Class AdaptivePoolingAllocator.HistogramChunkControllerFactory
- java.lang.Object
-
- io.netty.buffer.AdaptivePoolingAllocator.HistogramChunkControllerFactory
-
- All Implemented Interfaces:
AdaptivePoolingAllocator.ChunkControllerFactory
- Enclosing class:
- AdaptivePoolingAllocator
private static final class AdaptivePoolingAllocator.HistogramChunkControllerFactory extends java.lang.Object implements AdaptivePoolingAllocator.ChunkControllerFactory
-
-
Field Summary
Fields Modifier and Type Field Description private booleanshareable
-
Constructor Summary
Constructors Modifier Constructor Description privateHistogramChunkControllerFactory(boolean shareable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdaptivePoolingAllocator.ChunkControllercreate(AdaptivePoolingAllocator.MagazineGroup group)
-
-
-
Method Detail
-
create
public AdaptivePoolingAllocator.ChunkController create(AdaptivePoolingAllocator.MagazineGroup group)
- Specified by:
createin interfaceAdaptivePoolingAllocator.ChunkControllerFactory
-
-