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