Uses of Enum
io.grpc.health.v1.HealthCheckResponse.ServingStatus
Packages that use HealthCheckResponse.ServingStatus
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
-
Uses of HealthCheckResponse.ServingStatus in io.grpc.health.v1
Fields in io.grpc.health.v1 declared as HealthCheckResponse.ServingStatusModifier and TypeFieldDescriptionprivate static final HealthCheckResponse.ServingStatus[]HealthCheckResponse.ServingStatus.VALUESFields in io.grpc.health.v1 with type parameters of type HealthCheckResponse.ServingStatusModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<HealthCheckResponse.ServingStatus> HealthCheckResponse.ServingStatus.internalValueMapMethods in io.grpc.health.v1 that return HealthCheckResponse.ServingStatusModifier and TypeMethodDescriptionHealthCheckResponse.ServingStatus.forNumber(int value) HealthCheckResponse.Builder.getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponseOrBuilder.getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.ServingStatus.valueOf(int value) Deprecated.HealthCheckResponse.ServingStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static HealthCheckResponse.ServingStatus[]HealthCheckResponse.ServingStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.health.v1 that return types with arguments of type HealthCheckResponse.ServingStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HealthCheckResponse.ServingStatus> HealthCheckResponse.ServingStatus.internalGetValueMap()Methods in io.grpc.health.v1 with parameters of type HealthCheckResponse.ServingStatusModifier and TypeMethodDescriptionHealthCheckResponse.Builder.setStatus(HealthCheckResponse.ServingStatus value) .grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; -
Uses of HealthCheckResponse.ServingStatus in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services with type parameters of type HealthCheckResponse.ServingStatusModifier and TypeFieldDescriptionprivate final Map<String, HealthCheckResponse.ServingStatus> HealthServiceImpl.statusMapMethods in io.grpc.protobuf.services with parameters of type HealthCheckResponse.ServingStatusModifier and TypeMethodDescriptionprivate static HealthCheckResponseHealthServiceImpl.getResponseForWatch(HealthCheckResponse.ServingStatus recordedStatus) private voidHealthServiceImpl.notifyWatchers(String service, HealthCheckResponse.ServingStatus status) (package private) voidHealthServiceImpl.setStatus(String service, HealthCheckResponse.ServingStatus status) voidHealthStatusManager.setStatus(String service, HealthCheckResponse.ServingStatus status) Updates the status of the server.private voidHealthServiceImpl.setStatusInternal(String service, HealthCheckResponse.ServingStatus status) -
Uses of HealthCheckResponse.ServingStatus in io.grpc.services
Methods in io.grpc.services with parameters of type HealthCheckResponse.ServingStatusModifier and TypeMethodDescriptionvoidHealthStatusManager.setStatus(String service, HealthCheckResponse.ServingStatus status) Deprecated.Updates the status of the server.