Class RangeIndexPlugin
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.index.range.RangeIndexPlugin
-
- All Implemented Interfaces:
IndexPlugin<RangeIndexType>
@AutoService(org.apache.pinot.segment.spi.index.IndexPlugin.class) public class RangeIndexPlugin extends Object implements IndexPlugin<RangeIndexType>
-
-
Field Summary
Fields Modifier and Type Field Description static RangeIndexTypeINSTANCE
-
Constructor Summary
Constructors Constructor Description RangeIndexPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeIndexTypegetIndexType()
-
-
-
Field Detail
-
INSTANCE
public static final RangeIndexType INSTANCE
-
-
Method Detail
-
getIndexType
public RangeIndexType getIndexType()
- Specified by:
getIndexTypein interfaceIndexPlugin<RangeIndexType>
-
-