Package org.apache.iceberg.metrics
Class CacheMetricsReport
java.lang.Object
org.apache.iceberg.metrics.CacheMetricsReport
- All Implemented Interfaces:
MetricsReport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract longabstract longhitCount()abstract longstatic CacheMetricsReportof(com.github.benmanes.caffeine.cache.stats.CacheStats stats)
-
Constructor Details
-
CacheMetricsReport
public CacheMetricsReport()
-
-
Method Details
-
hitCount
public abstract long hitCount() -
missCount
public abstract long missCount() -
evictionCount
public abstract long evictionCount() -
of
-