Class RegionStatisticsResolver.PartitionRegionCacheStatistics

java.lang.Object
org.springframework.geode.boot.actuate.health.support.RegionStatisticsResolver.PartitionRegionCacheStatistics
All Implemented Interfaces:
org.apache.geode.cache.CacheStatistics
Enclosing class:
RegionStatisticsResolver

protected static class RegionStatisticsResolver.PartitionRegionCacheStatistics extends Object implements org.apache.geode.cache.CacheStatistics
  • Constructor Details

    • PartitionRegionCacheStatistics

      protected PartitionRegionCacheStatistics(org.apache.geode.cache.Region<?,?> region)
  • Method Details

    • computeStatistics

      protected org.apache.geode.internal.cache.PartitionedRegion computeStatistics(org.apache.geode.internal.cache.PartitionedRegion region)
    • getPartitionRegion

      protected org.apache.geode.internal.cache.PartitionedRegion getPartitionRegion()
    • getHitCount

      public long getHitCount() throws org.apache.geode.cache.StatisticsDisabledException
      Specified by:
      getHitCount in interface org.apache.geode.cache.CacheStatistics
      Throws:
      org.apache.geode.cache.StatisticsDisabledException
    • getHitRatio

      public float getHitRatio() throws org.apache.geode.cache.StatisticsDisabledException
      Specified by:
      getHitRatio in interface org.apache.geode.cache.CacheStatistics
      Throws:
      org.apache.geode.cache.StatisticsDisabledException
    • getLastAccessedTime

      public long getLastAccessedTime() throws org.apache.geode.cache.StatisticsDisabledException
      Specified by:
      getLastAccessedTime in interface org.apache.geode.cache.CacheStatistics
      Throws:
      org.apache.geode.cache.StatisticsDisabledException
    • getLastModifiedTime

      public long getLastModifiedTime()
      Specified by:
      getLastModifiedTime in interface org.apache.geode.cache.CacheStatistics
    • getMissCount

      public long getMissCount() throws org.apache.geode.cache.StatisticsDisabledException
      Specified by:
      getMissCount in interface org.apache.geode.cache.CacheStatistics
      Throws:
      org.apache.geode.cache.StatisticsDisabledException
    • resetCounts

      public void resetCounts() throws org.apache.geode.cache.StatisticsDisabledException
      Specified by:
      resetCounts in interface org.apache.geode.cache.CacheStatistics
      Throws:
      org.apache.geode.cache.StatisticsDisabledException