Uses of Class
io.milvus.grpc.IndexState
-
Packages that use IndexState Package Description io.milvus.grpc -
-
Uses of IndexState in io.milvus.grpc
Methods in io.milvus.grpc that return IndexState Modifier and Type Method Description static IndexStateIndexState. forNumber(int value)IndexStateGetIndexStateResponse.Builder. getState().milvus.proto.common.IndexState state = 2;IndexStateGetIndexStateResponse. getState().milvus.proto.common.IndexState state = 2;IndexStateGetIndexStateResponseOrBuilder. getState().milvus.proto.common.IndexState state = 2;IndexStateIndexDescription.Builder. getState()index stateIndexStateIndexDescription. getState()index stateIndexStateIndexDescriptionOrBuilder. getState()index statestatic IndexStateIndexState. valueOf(int value)Deprecated.static IndexStateIndexState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static IndexStateIndexState. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexState[]IndexState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type IndexState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IndexState>IndexState. internalGetValueMap()Methods in io.milvus.grpc with parameters of type IndexState Modifier and Type Method Description GetIndexStateResponse.BuilderGetIndexStateResponse.Builder. setState(IndexState value).milvus.proto.common.IndexState state = 2;IndexDescription.BuilderIndexDescription.Builder. setState(IndexState value)index state
-