Uses of Class
io.milvus.grpc.ImportState
-
Packages that use ImportState Package Description io.milvus.grpc io.milvus.response -
-
Uses of ImportState in io.milvus.grpc
Methods in io.milvus.grpc that return ImportState Modifier and Type Method Description static ImportStateImportState. forNumber(int value)ImportStateGetImportStateResponse.Builder. getState()is this import task finished or notImportStateGetImportStateResponse. getState()is this import task finished or notImportStateGetImportStateResponseOrBuilder. 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 ImportStateImportState. valueOf(String name)Returns 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 ImportState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportState>ImportState. internalGetValueMap()Methods in io.milvus.grpc with parameters of type ImportState Modifier and Type Method Description GetImportStateResponse.BuilderGetImportStateResponse.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 ImportState Modifier and Type Method Description ImportStateGetBulkInsertStateWrapper. getState()Gets state of the bulk insert task.
-