Uses of Class
io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
Packages that use HealthCheckResponse.ServingStatus Package Description io.grpc.health.v1 io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.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.ServingStatus Modifier and Type Field Description private static HealthCheckResponse.ServingStatus[]HealthCheckResponse.ServingStatus. VALUESFields in io.grpc.health.v1 with type parameters of type HealthCheckResponse.ServingStatus Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HealthCheckResponse.ServingStatus>HealthCheckResponse.ServingStatus. internalValueMapMethods in io.grpc.health.v1 that return HealthCheckResponse.ServingStatus Modifier and Type Method Description static HealthCheckResponse.ServingStatusHealthCheckResponse.ServingStatus. forNumber(int value)HealthCheckResponse.ServingStatusHealthCheckResponse.Builder. getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.ServingStatusHealthCheckResponse. getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.ServingStatusHealthCheckResponseOrBuilder. getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;static HealthCheckResponse.ServingStatusHealthCheckResponse.ServingStatus. valueOf(int value)Deprecated.static HealthCheckResponse.ServingStatusHealthCheckResponse.ServingStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HealthCheckResponse.ServingStatusHealthCheckResponse.ServingStatus. valueOf(java.lang.String 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.ServingStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HealthCheckResponse.ServingStatus>HealthCheckResponse.ServingStatus. internalGetValueMap()Methods in io.grpc.health.v1 with parameters of type HealthCheckResponse.ServingStatus Modifier and Type Method Description HealthCheckResponse.BuilderHealthCheckResponse.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.ServingStatus Modifier and Type Field Description private java.util.Map<java.lang.String,HealthCheckResponse.ServingStatus>HealthServiceImpl. statusMapMethods in io.grpc.protobuf.services with parameters of type HealthCheckResponse.ServingStatus Modifier and Type Method Description private static HealthCheckResponseHealthServiceImpl. getResponseForWatch(HealthCheckResponse.ServingStatus recordedStatus)private voidHealthServiceImpl. notifyWatchers(java.lang.String service, HealthCheckResponse.ServingStatus status)(package private) voidHealthServiceImpl. setStatus(java.lang.String service, HealthCheckResponse.ServingStatus status)voidHealthStatusManager. setStatus(java.lang.String service, HealthCheckResponse.ServingStatus status)Updates the status of the server.private voidHealthServiceImpl. setStatusInternal(java.lang.String service, HealthCheckResponse.ServingStatus status) -
Uses of HealthCheckResponse.ServingStatus in io.grpc.services
Methods in io.grpc.services with parameters of type HealthCheckResponse.ServingStatus Modifier and Type Method Description voidHealthStatusManager. setStatus(java.lang.String service, HealthCheckResponse.ServingStatus status)Deprecated.Updates the status of the server.
-