Class MutableIndexContext.Text
- java.lang.Object
-
- org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Wrapper
-
- org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Text
-
- All Implemented Interfaces:
MutableIndexContext
- Enclosing interface:
- MutableIndexContext
public static class MutableIndexContext.Text extends MutableIndexContext.Wrapper
-
-
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 Text(MutableIndexContext wrapped)
-
Method Summary
-
Methods inherited from class org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Wrapper
getCapacity, getFieldSpec, getMemoryManager, getSegmentName, hasDictionary, isOffHeap
-
-
-
-
Constructor Detail
-
Text
public Text(MutableIndexContext wrapped)
-
-