Uses of Class
io.milvus.grpc.CheckHealthResponse
-
Packages that use CheckHealthResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of CheckHealthResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type CheckHealthResponse Modifier and Type Method Description R<CheckHealthResponse>AbstractMilvusGrpcClient. checkHealth()R<CheckHealthResponse>MilvusClient. checkHealth()Check server healthR<CheckHealthResponse>MilvusMultiServiceClient. checkHealth() -
Uses of CheckHealthResponse in io.milvus.grpc
Methods in io.milvus.grpc that return CheckHealthResponse Modifier and Type Method Description CheckHealthResponseCheckHealthResponse.Builder. build()CheckHealthResponseCheckHealthResponse.Builder. buildPartial()CheckHealthResponseMilvusServiceGrpc.MilvusServiceBlockingStub. checkHealth(CheckHealthRequest request)static CheckHealthResponseCheckHealthResponse. getDefaultInstance()CheckHealthResponseCheckHealthResponse.Builder. getDefaultInstanceForType()CheckHealthResponseCheckHealthResponse. getDefaultInstanceForType()static CheckHealthResponseCheckHealthResponse. parseDelimitedFrom(InputStream input)static CheckHealthResponseCheckHealthResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckHealthResponseCheckHealthResponse. parseFrom(byte[] data)static CheckHealthResponseCheckHealthResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckHealthResponseCheckHealthResponse. parseFrom(com.google.protobuf.ByteString data)static CheckHealthResponseCheckHealthResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckHealthResponseCheckHealthResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CheckHealthResponseCheckHealthResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckHealthResponseCheckHealthResponse. parseFrom(InputStream input)static CheckHealthResponseCheckHealthResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckHealthResponseCheckHealthResponse. parseFrom(ByteBuffer data)static CheckHealthResponseCheckHealthResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type CheckHealthResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CheckHealthResponse>MilvusServiceGrpc.MilvusServiceFutureStub. checkHealth(CheckHealthRequest request)static io.grpc.MethodDescriptor<CheckHealthRequest,CheckHealthResponse>MilvusServiceGrpc. getCheckHealthMethod()com.google.protobuf.Parser<CheckHealthResponse>CheckHealthResponse. getParserForType()static com.google.protobuf.Parser<CheckHealthResponse>CheckHealthResponse. parser()Methods in io.milvus.grpc with parameters of type CheckHealthResponse Modifier and Type Method Description CheckHealthResponse.BuilderCheckHealthResponse.Builder. mergeFrom(CheckHealthResponse other)static CheckHealthResponse.BuilderCheckHealthResponse. newBuilder(CheckHealthResponse prototype)Method parameters in io.milvus.grpc with type arguments of type CheckHealthResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. checkHealth(CheckHealthRequest request, io.grpc.stub.StreamObserver<CheckHealthResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. checkHealth(CheckHealthRequest request, io.grpc.stub.StreamObserver<CheckHealthResponse> responseObserver)
-