Uses of Class
cloud.opencode.base.cache.distributed.DistributedCacheStats.Builder
Packages that use DistributedCacheStats.Builder
-
Uses of DistributedCacheStats.Builder in cloud.opencode.base.cache.distributed
Methods in cloud.opencode.base.cache.distributed that return DistributedCacheStats.BuilderModifier and TypeMethodDescriptionDistributedCacheStats.Builder.avgLatency(Duration avgLatency) avgLatency | avgLatencyDistributedCacheStats.builder()Creates a builder for DistributedCacheStats.DistributedCacheStats.Builder.connectionCount(int connectionCount) connectionCount | connectionCountDistributedCacheStats.Builder.evictionCount(long evictionCount) evictionCount | evictionCountDistributedCacheStats.Builder.hitCount(long hitCount) hitCount | hitCountDistributedCacheStats.Builder.keyCount(long keyCount) keyCount | keyCountDistributedCacheStats.Builder.lastResetTime(Instant lastResetTime) lastResetTime | lastResetTimeDistributedCacheStats.Builder.loadCount(long loadCount) loadCount | loadCountDistributedCacheStats.Builder.loadFailureCount(long loadFailureCount) loadFailureCount | loadFailureCountDistributedCacheStats.Builder.loadSuccessCount(long loadSuccessCount) loadSuccessCount | loadSuccessCountDistributedCacheStats.Builder.memoryUsed(long memoryUsed) memoryUsed | memoryUsedDistributedCacheStats.Builder.missCount(long missCount) missCount | missCountDistributedCacheStats.Builder.p99Latency(Duration p99Latency) p99Latency | p99LatencyDistributedCacheStats.Builder.requestCount(long requestCount) requestCount | requestCountDistributedCacheStats.Builder.totalLoadTime(Duration totalLoadTime) totalLoadTime | totalLoadTime