Uses of Enum Class
cloud.opencode.base.cache.protection.BackoffStrategy
Packages that use BackoffStrategy
-
Uses of BackoffStrategy in cloud.opencode.base.cache.protection
Subclasses with type arguments of type BackoffStrategy in cloud.opencode.base.cache.protectionModifier and TypeClassDescriptionenumBackoff Strategy - Enumeration of retry backoff strategies 退避策略 - 重试退避策略枚举Methods in cloud.opencode.base.cache.protection that return BackoffStrategyModifier and TypeMethodDescriptionstatic BackoffStrategyReturns the enum constant of this class with the specified name.static BackoffStrategy[]BackoffStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.