Uses of Class
org.apache.pinot.segment.local.segment.index.vector.VectorIndexType.IndexType
-
Packages that use VectorIndexType.IndexType Package Description org.apache.pinot.segment.local.segment.index.vector -
-
Uses of VectorIndexType.IndexType in org.apache.pinot.segment.local.segment.index.vector
Methods in org.apache.pinot.segment.local.segment.index.vector that return VectorIndexType.IndexType Modifier and Type Method Description static VectorIndexType.IndexTypeVectorIndexType.IndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static VectorIndexType.IndexType[]VectorIndexType.IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-