Uses of Enum
io.milvus.grpc.ImportState
Packages that use ImportState
-
Uses of ImportState in io.milvus.grpc
Methods in io.milvus.grpc that return ImportStateModifier and TypeMethodDescriptionstatic ImportStateImportState.forNumber(int value) GetImportStateResponse.Builder.getState()is this import task finished or notGetImportStateResponse.getState()is this import task finished or notGetImportStateResponseOrBuilder.getState()is this import task finished or notstatic ImportStateImportState.valueOf(int value) Deprecated.static ImportStateImportState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ImportStateReturns the enum constant of this type with the specified name.static ImportState[]ImportState.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 ImportStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ImportState> ImportState.internalGetValueMap()Methods in io.milvus.grpc with parameters of type ImportStateModifier and TypeMethodDescriptionGetImportStateResponse.Builder.setState(ImportState value) is this import task finished or not -
Uses of ImportState in io.milvus.response
Methods in io.milvus.response that return ImportStateModifier and TypeMethodDescriptionGetBulkInsertStateWrapper.getState()Gets state of the bulk insert task.