| 程序包 | 说明 |
|---|---|
| io.milvus.client | |
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
R<GetIndexStateResponse> |
MilvusClient.getIndexState(GetIndexStateParam requestParam)
Shows the index building state(in-progress/finished/failed), and the reason for failure (if any).
|
R<GetIndexStateResponse> |
MilvusMultiServiceClient.getIndexState(GetIndexStateParam requestParam) |
R<GetIndexStateResponse> |
AbstractMilvusGrpcClient.getIndexState(@NonNull GetIndexStateParam requestParam)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
GetIndexStateResponse |
GetIndexStateResponse.Builder.build() |
GetIndexStateResponse |
GetIndexStateResponse.Builder.buildPartial() |
static GetIndexStateResponse |
GetIndexStateResponse.getDefaultInstance() |
GetIndexStateResponse |
GetIndexStateResponse.getDefaultInstanceForType() |
GetIndexStateResponse |
GetIndexStateResponse.Builder.getDefaultInstanceForType() |
GetIndexStateResponse |
MilvusServiceGrpc.MilvusServiceBlockingStub.getIndexState(GetIndexStateRequest request)
Deprecated: use DescribeIndex instead
|
static GetIndexStateResponse |
GetIndexStateResponse.parseDelimitedFrom(InputStream input) |
static GetIndexStateResponse |
GetIndexStateResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(byte[] data) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(ByteBuffer data) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(InputStream input) |
static GetIndexStateResponse |
GetIndexStateResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.grpc.MethodDescriptor<GetIndexStateRequest,GetIndexStateResponse> |
MilvusServiceGrpc.getGetIndexStateMethod() |
com.google.common.util.concurrent.ListenableFuture<GetIndexStateResponse> |
MilvusServiceGrpc.MilvusServiceFutureStub.getIndexState(GetIndexStateRequest request)
Deprecated: use DescribeIndex instead
|
com.google.protobuf.Parser<GetIndexStateResponse> |
GetIndexStateResponse.getParserForType() |
static com.google.protobuf.Parser<GetIndexStateResponse> |
GetIndexStateResponse.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetIndexStateResponse.Builder |
GetIndexStateResponse.Builder.mergeFrom(GetIndexStateResponse other) |
static GetIndexStateResponse.Builder |
GetIndexStateResponse.newBuilder(GetIndexStateResponse prototype) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MilvusServiceGrpc.MilvusServiceImplBase.getIndexState(GetIndexStateRequest request,
io.grpc.stub.StreamObserver<GetIndexStateResponse> responseObserver)
Deprecated: use DescribeIndex instead
|
void |
MilvusServiceGrpc.MilvusServiceStub.getIndexState(GetIndexStateRequest request,
io.grpc.stub.StreamObserver<GetIndexStateResponse> responseObserver)
Deprecated: use DescribeIndex instead
|
Copyright © 2023. All rights reserved.