Uses of Class
io.grpc.health.v1.HealthCheckResponse
-
Packages that use HealthCheckResponse Package Description io.grpc.health.v1 io.grpc.protobuf.services 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 HealthCheckResponse Modifier and Type Field Description private static HealthCheckResponseHealthCheckResponse. DEFAULT_INSTANCEFields in io.grpc.health.v1 with type parameters of type HealthCheckResponse Modifier and Type Field Description private static MethodDescriptor<HealthCheckRequest,HealthCheckResponse>HealthGrpc. getCheckMethodprivate static MethodDescriptor<HealthCheckRequest,HealthCheckResponse>HealthGrpc. getWatchMethodprivate static com.google.protobuf.Parser<HealthCheckResponse>HealthCheckResponse. PARSERMethods in io.grpc.health.v1 that return HealthCheckResponse Modifier and Type Method Description HealthCheckResponseHealthCheckResponse.Builder. build()HealthCheckResponseHealthCheckResponse.Builder. buildPartial()HealthCheckResponseHealthGrpc.HealthBlockingStub. check(HealthCheckRequest request)If the requested service is unknown, the call will fail with status NOT_FOUND.static HealthCheckResponseHealthCheckResponse. getDefaultInstance()HealthCheckResponseHealthCheckResponse.Builder. getDefaultInstanceForType()HealthCheckResponseHealthCheckResponse. getDefaultInstanceForType()static HealthCheckResponseHealthCheckResponse. parseDelimitedFrom(java.io.InputStream input)static HealthCheckResponseHealthCheckResponse. parseDelimitedFrom(java.io.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(java.io.InputStream input)static HealthCheckResponseHealthCheckResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthCheckResponseHealthCheckResponse. parseFrom(java.nio.ByteBuffer data)static HealthCheckResponseHealthCheckResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.health.v1 that return types with arguments of type HealthCheckResponse Modifier and Type Method Description com.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.static MethodDescriptor<HealthCheckRequest,HealthCheckResponse>HealthGrpc. getCheckMethod()com.google.protobuf.Parser<HealthCheckResponse>HealthCheckResponse. getParserForType()static MethodDescriptor<HealthCheckRequest,HealthCheckResponse>HealthGrpc. getWatchMethod()static com.google.protobuf.Parser<HealthCheckResponse>HealthCheckResponse. parser()java.util.Iterator<HealthCheckResponse>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 HealthCheckResponse Modifier and Type Method Description private voidHealthCheckResponse.Builder. buildPartial0(HealthCheckResponse result)HealthCheckResponse.BuilderHealthCheckResponse.Builder. mergeFrom(HealthCheckResponse other)static HealthCheckResponse.BuilderHealthCheckResponse. newBuilder(HealthCheckResponse prototype)Method parameters in io.grpc.health.v1 with type arguments of type HealthCheckResponse Modifier and Type Method Description default 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 HealthCheckResponse Modifier and Type Field Description private ClientCall<HealthCheckRequest,HealthCheckResponse>HealthCheckingLoadBalancerFactory.HealthCheckState.HcStream. callprivate java.util.HashMap<java.lang.String,java.util.IdentityHashMap<StreamObserver<HealthCheckResponse>,java.lang.Boolean>>HealthServiceImpl. watchersMethods in io.grpc.protobuf.services that return HealthCheckResponse Modifier and Type Method Description private static HealthCheckResponseHealthServiceImpl. getResponseForWatch(HealthCheckResponse.ServingStatus recordedStatus)Methods in io.grpc.protobuf.services with parameters of type HealthCheckResponse Modifier and Type Method Description (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 HealthCheckResponse Modifier and Type Method Description voidHealthServiceImpl. check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)voidHealthServiceImpl. watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)
-