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