Uses of Interface
org.miaixz.bus.cache.Metrics
Packages that use Metrics
Package
Description
工业级缓存解决方案
缓存方案实现
-
Uses of Metrics in org.miaixz.bus.cache
Methods in org.miaixz.bus.cache that return MetricsModifier and TypeMethodDescriptionContext.getHitting()获取缓存分组命中率统计组件Manage.getHitting()获取缓存命中率统计组件Methods in org.miaixz.bus.cache that return types with arguments of type MetricsMethods in org.miaixz.bus.cache with parameters of type MetricsModifier and TypeMethodDescriptionvoidContext.setHitting(Metrics metrics) 设置缓存分组命中率统计组件voidManage.setHitting(Metrics metrics) 设置缓存命中率统计组件Constructors in org.miaixz.bus.cache with parameters of type Metrics -
Uses of Metrics in org.miaixz.bus.cache.reader
Fields in org.miaixz.bus.cache.reader declared as MetricsMethods in org.miaixz.bus.cache.reader with parameters of type Metrics -
Uses of Metrics in org.miaixz.bus.cache.support.metrics
Classes in org.miaixz.bus.cache.support.metrics that implement MetricsModifier and TypeClassDescriptionclass抽象缓存命中率统计实现classH2数据库缓存命中率统计实现class内存缓存命中率统计实现classMySQL数据库缓存命中率统计实现classPostgreSQL数据库缓存命中率统计实现classSQLite数据库缓存命中率统计实现classZooKeeper缓存命中率统计实现