Uses of Enum Class
cloud.opencode.base.cache.resilience.GracefulDegradation.State
Packages that use GracefulDegradation.State
-
Uses of GracefulDegradation.State in cloud.opencode.base.cache.resilience
Subclasses with type arguments of type GracefulDegradation.State in cloud.opencode.base.cache.resilienceModifier and TypeClassDescriptionstatic enumRepresents the degradation state of the system.Methods in cloud.opencode.base.cache.resilience that return GracefulDegradation.StateModifier and TypeMethodDescriptionGracefulDegradation.Stats.currentState()Returns the value of thecurrentStaterecord component.GracefulDegradation.state()Returns the current degradation state.static GracefulDegradation.StateReturns the enum constant of this class with the specified name.static GracefulDegradation.State[]GracefulDegradation.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.cache.resilience with parameters of type GracefulDegradation.StateModifierConstructorDescriptionStats(long totalRequests, long degradedRequests, long failoverCount, GracefulDegradation.State currentState, Instant lastFailover) Creates an instance of aStatsrecord class.