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 HealthCheckResponse
HealthCheckResponse. DEFAULT_INSTANCE
Fields in io.grpc.health.v1 with type parameters of type HealthCheckResponse Modifier and Type Field Description private static MethodDescriptor<HealthCheckRequest,HealthCheckResponse>
HealthGrpc. getCheckMethod
private static MethodDescriptor<HealthCheckRequest,HealthCheckResponse>
HealthGrpc. getWatchMethod
private static com.google.protobuf.Parser<HealthCheckResponse>
HealthCheckResponse. PARSER
Methods in io.grpc.health.v1 that return HealthCheckResponse Modifier and Type Method Description HealthCheckResponse
HealthCheckResponse.Builder. build()
HealthCheckResponse
HealthCheckResponse.Builder. buildPartial()
HealthCheckResponse
HealthGrpc.HealthBlockingStub. check(HealthCheckRequest request)
If the requested service is unknown, the call will fail with status NOT_FOUND.static HealthCheckResponse
HealthCheckResponse. getDefaultInstance()
HealthCheckResponse
HealthCheckResponse.Builder. getDefaultInstanceForType()
HealthCheckResponse
HealthCheckResponse. getDefaultInstanceForType()
static HealthCheckResponse
HealthCheckResponse. parseDelimitedFrom(java.io.InputStream input)
static HealthCheckResponse
HealthCheckResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckResponse
HealthCheckResponse. parseFrom(byte[] data)
static HealthCheckResponse
HealthCheckResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckResponse
HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data)
static HealthCheckResponse
HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckResponse
HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static HealthCheckResponse
HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckResponse
HealthCheckResponse. parseFrom(java.io.InputStream input)
static HealthCheckResponse
HealthCheckResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheckResponse
HealthCheckResponse. parseFrom(java.nio.ByteBuffer data)
static HealthCheckResponse
HealthCheckResponse. 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 void
HealthCheckResponse.Builder. buildPartial0(HealthCheckResponse result)
HealthCheckResponse.Builder
HealthCheckResponse.Builder. mergeFrom(HealthCheckResponse other)
static HealthCheckResponse.Builder
HealthCheckResponse. newBuilder(HealthCheckResponse prototype)
Method parameters in io.grpc.health.v1 with type arguments of type HealthCheckResponse Modifier and Type Method Description default void
HealthGrpc.AsyncService. check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)
If the requested service is unknown, the call will fail with status NOT_FOUND.void
HealthGrpc.HealthStub. check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)
If the requested service is unknown, the call will fail with status NOT_FOUND.default void
HealthGrpc.AsyncService. watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)
Performs a watch for the serving status of the requested service.void
HealthGrpc.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. call
private java.util.HashMap<java.lang.String,java.util.IdentityHashMap<StreamObserver<HealthCheckResponse>,java.lang.Boolean>>
HealthServiceImpl. watchers
Methods in io.grpc.protobuf.services that return HealthCheckResponse Modifier and Type Method Description private static HealthCheckResponse
HealthServiceImpl. getResponseForWatch(HealthCheckResponse.ServingStatus recordedStatus)
Methods in io.grpc.protobuf.services with parameters of type HealthCheckResponse Modifier and Type Method Description (package private) void
HealthCheckingLoadBalancerFactory.HealthCheckState.HcStream. handleResponse(HealthCheckResponse response)
void
HealthCheckingLoadBalancerFactory.HealthCheckState.HcStream. onMessage(HealthCheckResponse response)
Method parameters in io.grpc.protobuf.services with type arguments of type HealthCheckResponse Modifier and Type Method Description void
HealthServiceImpl. check(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)
void
HealthServiceImpl. watch(HealthCheckRequest request, StreamObserver<HealthCheckResponse> responseObserver)
-