Uses of Class
org.apache.pinot.segment.spi.index.mutable.provider.MutableIndexContext.Inverted
-
Packages that use MutableIndexContext.Inverted Package Description org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.mutable.provider -
-
Uses of MutableIndexContext.Inverted in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type MutableIndexContext.Inverted Modifier and Type Method Description MutableInvertedIndexIndexingOverrides.Default. newInvertedIndex(MutableIndexContext.Inverted context) -
Uses of MutableIndexContext.Inverted in org.apache.pinot.segment.spi.index.mutable.provider
Methods in org.apache.pinot.segment.spi.index.mutable.provider that return MutableIndexContext.Inverted Modifier and Type Method Description MutableIndexContext.InvertedMutableIndexContext.Common. forInvertedIndex()Methods in org.apache.pinot.segment.spi.index.mutable.provider with parameters of type MutableIndexContext.Inverted Modifier and Type Method Description MutableInvertedIndexMutableInvertedIndexProvider. newInvertedIndex(MutableIndexContext.Inverted context)
-