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