Uses of Interface
org.apache.pinot.segment.spi.index.mutable.MutableDictionary
-
Packages that use MutableDictionary Package Description org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.mutable.provider -
-
Uses of MutableDictionary in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index that return MutableDictionary Modifier and Type Method Description MutableDictionaryIndexingOverrides.Default. newDictionary(MutableIndexContext.Dictionary context) -
Uses of MutableDictionary in org.apache.pinot.segment.spi.index.mutable.provider
Methods in org.apache.pinot.segment.spi.index.mutable.provider that return MutableDictionary Modifier and Type Method Description MutableDictionaryMutableDictionaryProvider. newDictionary(MutableIndexContext.Dictionary context)
-