Class DictionaryIndexPlugin
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.dictionary.DictionaryIndexPlugin
-
- All Implemented Interfaces:
IndexPlugin<DictionaryIndexType>
@AutoService(org.apache.pinot.segment.spi.index.IndexPlugin.class) public class DictionaryIndexPlugin extends Object implements IndexPlugin<DictionaryIndexType>
-
-
Constructor Summary
Constructors Constructor Description DictionaryIndexPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DictionaryIndexTypegetIndexType()
-
-
-
Method Detail
-
getIndexType
public DictionaryIndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndexPlugin<DictionaryIndexType>
-
-