Uses of Interface
org.apache.pinot.segment.spi.index.mutable.MutableInvertedIndex
-
Packages that use MutableInvertedIndex Package Description org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.mutable.provider -
-
Uses of MutableInvertedIndex in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return MutableInvertedIndex Modifier and Type Method Description MutableInvertedIndexIndexingOverrides.Default. newInvertedIndex(MutableIndexContext.Inverted context) -
Uses of MutableInvertedIndex in org.apache.pinot.segment.spi.index.mutable.provider
Methods in org.apache.pinot.segment.spi.index.mutable.provider that return MutableInvertedIndex Modifier and Type Method Description MutableInvertedIndexMutableInvertedIndexProvider. newInvertedIndex(MutableIndexContext.Inverted context)
-