Package cloud.opencode.base.cache.resilience
package cloud.opencode.base.cache.resilience
-
ClassDescriptionGracefulDegradation<K,
V> Graceful Degradation — Automatic fallback from distributed cache to local cache.Configuration for graceful degradation behavior.Represents the degradation state of the system.Snapshot of degradation system statistics.ResilientCacheLoader<K,V> Resilient Cache Loader - Wraps loaders with retry, circuit breaker, bulkhead, and timeout 弹性缓存加载器 - 用重试、熔断、舱壁和超时包装加载器Builder for batch resilient loaderBuilder for ResilientCacheLoaderException when bulkhead rejects the requestException when circuit breaker is openBase exception for loader failuresException when load is interruptedException when load times outRetry Executor — Executes operations with retry according to aRetryPolicy.Snapshot of cumulative retry statistics.