Enum Class的使用
com.baidu.mochow.model.enums.IndexState
使用IndexState的程序包
-
com.baidu.mochow.model.entity中IndexState的使用
参数类型为IndexState的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中IndexState的使用
修饰符和类型方法说明static IndexStateReturns the enum constant of this class with the specified name.static IndexState[]IndexState.values()Returns an array containing the constants of this enum class, in the order they are declared.