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