Uses of Class
org.miaixz.bus.cache.Metrics.Snapshot
Packages that use Metrics.Snapshot
-
Uses of Metrics.Snapshot in org.miaixz.bus.cache
Methods in org.miaixz.bus.cache that return Metrics.SnapshotModifier and TypeMethodDescriptionstatic Metrics.SnapshotMetrics.Snapshot.mergeShootingDO(Metrics.Snapshot do1, Metrics.Snapshot do2) 合并两个缓存命中率数据对象static Metrics.SnapshotMetrics.Snapshot.newInstance(long hit, long required) 创建缓存命中率数据对象Methods in org.miaixz.bus.cache that return types with arguments of type Metrics.SnapshotMethods in org.miaixz.bus.cache with parameters of type Metrics.SnapshotModifier and TypeMethodDescriptionstatic Metrics.SnapshotMetrics.Snapshot.mergeShootingDO(Metrics.Snapshot do1, Metrics.Snapshot do2) 合并两个缓存命中率数据对象 -
Uses of Metrics.Snapshot in org.miaixz.bus.cache.support.metrics
Methods in org.miaixz.bus.cache.support.metrics that return types with arguments of type Metrics.SnapshotModifier and TypeMethodDescriptionAbstractMetrics.getHitting()获取缓存命中率统计信息MemoryMetrics.getHitting()获取缓存命中率统计信息ZookeeperMetrics.getHitting()获取缓存命中率统计信息