Uses of Enum Class
cloud.opencode.base.cache.spring.CacheHealthIndicator.Status
Packages that use CacheHealthIndicator.Status
-
Uses of CacheHealthIndicator.Status in cloud.opencode.base.cache.spring
Subclasses with type arguments of type CacheHealthIndicator.Status in cloud.opencode.base.cache.springModifier and TypeClassDescriptionstatic enumHealth status enumeration 健康状态枚举Methods in cloud.opencode.base.cache.spring that return CacheHealthIndicator.StatusModifier and TypeMethodDescriptionCacheHealthIndicator.CacheHealth.status()Returns the value of thestatusrecord component.CacheHealthIndicator.HealthResult.status()Returns the value of thestatusrecord component.static CacheHealthIndicator.StatusReturns the enum constant of this class with the specified name.static CacheHealthIndicator.Status[]CacheHealthIndicator.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.cache.spring with parameters of type CacheHealthIndicator.StatusModifierConstructorDescriptionCacheHealth(CacheHealthIndicator.Status status, long size, long hitCount, long missCount, long evictionCount, double hitRate, double missRate, String warning) Creates an instance of aCacheHealthrecord class.HealthResult(CacheHealthIndicator.Status status, int cacheCount, long totalEntries, double overallHitRate, Map<String, CacheHealthIndicator.CacheHealth> caches) Creates a HealthResult without error | 创建无错误的健康结果HealthResult(CacheHealthIndicator.Status status, int cacheCount, long totalEntries, double overallHitRate, Map<String, CacheHealthIndicator.CacheHealth> caches, String error) Creates an instance of aHealthResultrecord class.