Uses of Class
cloud.opencode.base.cache.protection.RetryBudget
Packages that use RetryBudget
-
Uses of RetryBudget in cloud.opencode.base.cache.protection
Methods in cloud.opencode.base.cache.protection that return RetryBudgetModifier and TypeMethodDescriptionstatic RetryBudgetRetryBudget.ofPercent(int percent) Creates a retry budget with the given percentage (1–99).static RetryBudgetRetryBudget.ofRatio(double retryRatio) Creates a retry budget with the given ratio.static RetryBudgetRetryBudget.unlimited()Creates a retry budget that effectively allows unlimited retries (99.99% ratio).