Class MutableIndexContext.Wrapper
- java.lang.Object
-
- org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Wrapper
-
- All Implemented Interfaces:
MutableIndexContext
- Direct Known Subclasses:
MutableIndexContext.Dictionary,MutableIndexContext.Forward,MutableIndexContext.Inverted,MutableIndexContext.Json,MutableIndexContext.Text
- Enclosing interface:
- MutableIndexContext
public static class MutableIndexContext.Wrapper extends Object implements MutableIndexContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext
MutableIndexContext.Builder, MutableIndexContext.Common, MutableIndexContext.Dictionary, MutableIndexContext.Forward, MutableIndexContext.Inverted, MutableIndexContext.Json, MutableIndexContext.Text, MutableIndexContext.Wrapper
-
-
Constructor Summary
Constructors Constructor Description Wrapper(MutableIndexContext wrapped)
-
Method Summary
Modifier and Type Method Description intgetCapacity()FieldSpecgetFieldSpec()PinotDataBufferMemoryManagergetMemoryManager()StringgetSegmentName()booleanhasDictionary()booleanisOffHeap()
-
-
-
Constructor Detail
-
Wrapper
public Wrapper(MutableIndexContext wrapped)
-
-
Method Detail
-
getMemoryManager
public PinotDataBufferMemoryManager getMemoryManager()
- Specified by:
getMemoryManagerin interfaceMutableIndexContext
-
getFieldSpec
public FieldSpec getFieldSpec()
- Specified by:
getFieldSpecin interfaceMutableIndexContext
-
getSegmentName
public String getSegmentName()
- Specified by:
getSegmentNamein interfaceMutableIndexContext
-
hasDictionary
public boolean hasDictionary()
- Specified by:
hasDictionaryin interfaceMutableIndexContext
-
getCapacity
public int getCapacity()
- Specified by:
getCapacityin interfaceMutableIndexContext
-
isOffHeap
public boolean isOffHeap()
- Specified by:
isOffHeapin interfaceMutableIndexContext
-
-