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 Summary
ModifierConstructorDescriptionprotected
PartitionRegionCacheStatistics
(org.apache.geode.cache.Region<?, ?> region) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.geode.internal.cache.PartitionedRegion
computeStatistics
(org.apache.geode.internal.cache.PartitionedRegion region) long
float
long
long
long
protected org.apache.geode.internal.cache.PartitionedRegion
void
-
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 interfaceorg.apache.geode.cache.CacheStatistics
- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
getHitRatio
public float getHitRatio() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
getHitRatio
in interfaceorg.apache.geode.cache.CacheStatistics
- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
getLastAccessedTime
public long getLastAccessedTime() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
getLastAccessedTime
in interfaceorg.apache.geode.cache.CacheStatistics
- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
getLastModifiedTime
public long getLastModifiedTime()- Specified by:
getLastModifiedTime
in interfaceorg.apache.geode.cache.CacheStatistics
-
getMissCount
public long getMissCount() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
getMissCount
in interfaceorg.apache.geode.cache.CacheStatistics
- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
resetCounts
public void resetCounts() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
resetCounts
in interfaceorg.apache.geode.cache.CacheStatistics
- Throws:
org.apache.geode.cache.StatisticsDisabledException
-