Uses of Class
org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Json
-
Packages that use MutableIndexContext.Json Package Description org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.mutable.provider -
-
Uses of MutableIndexContext.Json in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type MutableIndexContext.Json Modifier and Type Method Description MutableJsonIndexIndexingOverrides.Default. newJsonIndex(MutableIndexContext.Json context) -
Uses of MutableIndexContext.Json in org.apache.pinot.segment.spi.index.mutable.provider
Methods in org.apache.pinot.segment.spi.index.mutable.provider that return MutableIndexContext.Json Modifier and Type Method Description MutableIndexContext.JsonMutableIndexContext.Common. forJsonIndex(JsonIndexConfig jsonIndexConfig)Methods in org.apache.pinot.segment.spi.index.mutable.provider with parameters of type MutableIndexContext.Json Modifier and Type Method Description MutableJsonIndexMutableJsonIndexProvider. newJsonIndex(MutableIndexContext.Json context)
-