Uses of Class
io.milvus.client.IndexType
-
Packages that use IndexType Package Description io.milvus.client -
-
Uses of IndexType in io.milvus.client
Methods in io.milvus.client that return IndexType Modifier and Type Method Description IndexTypeIndex. getIndexType()static IndexTypeIndexType. valueOf(int val)Returns the enum constant of this type with the specified name.static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.milvus.client with parameters of type IndexType Constructor Description Builder(String collectionName, IndexType indexType)
-