Class CacheMetricsReport

java.lang.Object
org.apache.iceberg.metrics.CacheMetricsReport
All Implemented Interfaces:
MetricsReport

@Immutable public abstract class CacheMetricsReport extends Object implements MetricsReport
  • Constructor Details

    • CacheMetricsReport

      public CacheMetricsReport()
  • Method Details

    • hitCount

      public abstract long hitCount()
    • missCount

      public abstract long missCount()
    • evictionCount

      public abstract long evictionCount()
    • of

      public static CacheMetricsReport of(com.github.benmanes.caffeine.cache.stats.CacheStats stats)