| 程序包 | 说明 |
|---|---|
| io.milvus.grpc | |
| io.milvus.response |
| 限定符和类型 | 方法和说明 |
|---|---|
static ImportState |
ImportState.forNumber(int value) |
ImportState |
GetImportStateResponseOrBuilder.getState()
is this import task finished or not
.milvus.proto.common.ImportState state = 2; |
ImportState |
GetImportStateResponse.getState()
is this import task finished or not
.milvus.proto.common.ImportState state = 2; |
ImportState |
GetImportStateResponse.Builder.getState()
is this import task finished or not
.milvus.proto.common.ImportState state = 2; |
static ImportState |
ImportState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportState |
ImportState.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static ImportState |
ImportState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ImportState[] |
ImportState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ImportState> |
ImportState.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetImportStateResponse.Builder |
GetImportStateResponse.Builder.setState(ImportState value)
is this import task finished or not
.milvus.proto.common.ImportState state = 2; |
| 限定符和类型 | 方法和说明 |
|---|---|
ImportState |
GetBulkInsertStateWrapper.getState()
Gets state of the bulk insert task.
|
Copyright © 2023. All rights reserved.