Enum Class的使用
com.baidu.mochow.model.enums.MetricType
使用MetricType的程序包
-
com.baidu.mochow.model.entity中MetricType的使用
参数类型为MetricType的com.baidu.mochow.model.entity中的构造器限定符构造器说明VectorIndex(String indexName, String fieldName, IndexType indexType, IndexState state, MetricType metricType, IndexParams params, boolean autoBuild, AutoBuildPolicy autoBuildPolicy) -
com.baidu.mochow.model.enums中MetricType的使用
修饰符和类型方法说明static MetricTypeReturns the enum constant of this class with the specified name.static MetricType[]MetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.