Uses of Class
io.milvus.v2.common.ConsistencyLevel
-
Packages that use ConsistencyLevel Package Description io.milvus.v2.common -
-
Uses of ConsistencyLevel in io.milvus.v2.common
Methods in io.milvus.v2.common that return ConsistencyLevel Modifier and Type Method Description static ConsistencyLevelConsistencyLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsistencyLevel[]ConsistencyLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-