Uses of Class
io.grpc.health.v1.HealthCheckResponse
Packages that use HealthCheckResponse
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of HealthCheckResponse in io.grpc.health.v1
Fields in io.grpc.health.v1 declared as HealthCheckResponseModifier and TypeFieldDescriptionprivate static final HealthCheckResponseHealthCheckResponse.DEFAULT_INSTANCEFields in io.grpc.health.v1 with type parameters of type HealthCheckResponseModifier and TypeFieldDescriptionprivate static MethodDescriptor<HealthCheckRequest, HealthCheckResponse> HealthGrpc.getCheckMethodprivate static MethodDescriptor<HealthCheckRequest, HealthCheckResponse> HealthGrpc.getWatchMethodprivate static final com.google.protobuf.Parser<HealthCheckResponse> HealthCheckResponse.PARSERMethods in io.grpc.health.v1 that return HealthCheckResponseModifier and TypeMethodDescriptionHealthCheckResponse.Builder.build()HealthCheckResponse.Builder.buildPartial()HealthGrpc.HealthBlockingStub.check(HealthCheckRequest request) If the requested service is unknown, the call will fail with status NOT_FOUND.static HealthCheckResponseHealthCheckResponse.getDefaultInstance()HealthCheckResponse.Builder.getDefaultInstanceForType()HealthCheckResponse.getDefaultInstanceForType()static HealthCheckResponseHealthCheckResponse.parseDelimitedFrom(InputStream input) static HealthCheckResponseHealthCheckResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(byte[] data) static HealthCheckResponseHealthCheckResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.ByteString data) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input) static HealthCheckResponseHealthCheckResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(InputStream input) static HealthCheckResponseHealthCheckResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HealthCheckResponseHealthCheckResponse.parseFrom(ByteBuffer data) static HealthCheckResponseHealthCheckResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.health.v1 that return types with arguments of type HealthCheckResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<HealthCheckResponse> HealthGrpc.HealthFutureStub.check(HealthCheckRequest request) If the requested service is unknown, the call will fail with status NOT_FOUND.HealthGrpc.getCheckMethod()com.google.protobuf.Parser<HealthCheckResponse> HealthCheckResponse.getParserForType()HealthGrpc.getWatchMethod()static com.google.protobuf.Parser<HealthCheckResponse> HealthCheckResponse.parser()HealthGrpc.HealthBlockingStub.watch(HealthCheckRequest request) Performs a watch for the serving status of the requested service.Methods in io.grpc.health.v1 with parameters of type HealthCheckResponseModifier and TypeMethodDescriptionprivate voidHealthCheckResponse.Builder.buildPartial0(HealthCheckResponse result) HealthCheckResponse.Builder.mergeFrom(HealthCheckResponse other) static HealthCheckResponse.BuilderHealthCheckResponse.newBuilder(HealthCheckResponse prototype) Method parameters in io.grpc.health.v1 with type arguments of type HealthCheckResponseModifier and TypeMethodDescriptiondefault voidHealthGrpc.AsyncService.check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver) If the requested service is unknown, the call will fail with status NOT_FOUND.voidHealthGrpc.HealthStub.check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver) If the requested service is unknown, the call will fail with status NOT_FOUND.default voidHealthGrpc.AsyncService.watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver) Performs a watch for the serving status of the requested service.voidHealthGrpc.HealthStub.watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver) Performs a watch for the serving status of the requested service. -
Uses of HealthCheckResponse in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services with type parameters of type HealthCheckResponseModifier and TypeFieldDescriptionprivate final ClientCall<HealthCheckRequest, HealthCheckResponse> HealthCheckingLoadBalancerFactory.HealthCheckState.HcStream.callprivate final HashMap<String, IdentityHashMap<StreamObserver<HealthCheckResponse>, Boolean>> HealthServiceImpl.watchersMethods in io.grpc.protobuf.services that return HealthCheckResponseModifier and TypeMethodDescriptionprivate static HealthCheckResponseHealthServiceImpl.getResponseForWatch(HealthCheckResponse.ServingStatus recordedStatus) Methods in io.grpc.protobuf.services with parameters of type HealthCheckResponseModifier and TypeMethodDescription(package private) voidHealthCheckingLoadBalancerFactory.HealthCheckState.HcStream.handleResponse(HealthCheckResponse response) voidHealthCheckingLoadBalancerFactory.HealthCheckState.HcStream.onMessage(HealthCheckResponse response) Method parameters in io.grpc.protobuf.services with type arguments of type HealthCheckResponseModifier and TypeMethodDescriptionvoidHealthServiceImpl.check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver) voidHealthServiceImpl.watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)