Uses of Class
io.milvus.grpc.GetIndexStateResponse
-
Packages that use GetIndexStateResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of GetIndexStateResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetIndexStateResponse Modifier and Type Method Description R<GetIndexStateResponse>AbstractMilvusGrpcClient. getIndexState(@NonNull GetIndexStateParam requestParam)Deprecated.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>MilvusServiceClient. getIndexState(@NonNull GetIndexStateParam requestParam) -
Uses of GetIndexStateResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetIndexStateResponse Modifier and Type Method Description GetIndexStateResponseGetIndexStateResponse.Builder. build()GetIndexStateResponseGetIndexStateResponse.Builder. buildPartial()static GetIndexStateResponseGetIndexStateResponse. getDefaultInstance()GetIndexStateResponseGetIndexStateResponse.Builder. getDefaultInstanceForType()GetIndexStateResponseGetIndexStateResponse. getDefaultInstanceForType()GetIndexStateResponseMilvusServiceGrpc.MilvusServiceBlockingStub. getIndexState(GetIndexStateRequest request)Deprecated.static GetIndexStateResponseGetIndexStateResponse. parseDelimitedFrom(InputStream input)static GetIndexStateResponseGetIndexStateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateResponseGetIndexStateResponse. parseFrom(byte[] data)static GetIndexStateResponseGetIndexStateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateResponseGetIndexStateResponse. parseFrom(com.google.protobuf.ByteString data)static GetIndexStateResponseGetIndexStateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateResponseGetIndexStateResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetIndexStateResponseGetIndexStateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateResponseGetIndexStateResponse. parseFrom(InputStream input)static GetIndexStateResponseGetIndexStateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateResponseGetIndexStateResponse. parseFrom(ByteBuffer data)static GetIndexStateResponseGetIndexStateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type GetIndexStateResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIndexStateRequest,GetIndexStateResponse>MilvusServiceGrpc. getGetIndexStateMethod()com.google.common.util.concurrent.ListenableFuture<GetIndexStateResponse>MilvusServiceGrpc.MilvusServiceFutureStub. getIndexState(GetIndexStateRequest request)Deprecated.com.google.protobuf.Parser<GetIndexStateResponse>GetIndexStateResponse. getParserForType()static com.google.protobuf.Parser<GetIndexStateResponse>GetIndexStateResponse. parser()Methods in io.milvus.grpc with parameters of type GetIndexStateResponse Modifier and Type Method Description GetIndexStateResponse.BuilderGetIndexStateResponse.Builder. mergeFrom(GetIndexStateResponse other)static GetIndexStateResponse.BuilderGetIndexStateResponse. newBuilder(GetIndexStateResponse prototype)Method parameters in io.milvus.grpc with type arguments of type GetIndexStateResponse Modifier and Type Method Description default voidMilvusServiceGrpc.AsyncService. getIndexState(GetIndexStateRequest request, io.grpc.stub.StreamObserver<GetIndexStateResponse> responseObserver)Deprecated.voidMilvusServiceGrpc.MilvusServiceStub. getIndexState(GetIndexStateRequest request, io.grpc.stub.StreamObserver<GetIndexStateResponse> responseObserver)Deprecated.
-