Spring Boot for VMware GemFire
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
ConstructorsModifierConstructorDescriptionprotectedPartitionRegionCacheStatistics(org.apache.geode.cache.Region<?, ?> region) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.geode.internal.cache.PartitionedRegioncomputeStatistics(org.apache.geode.internal.cache.PartitionedRegion region) longfloatlonglonglongprotected org.apache.geode.internal.cache.PartitionedRegionvoid
-
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:
getHitCountin interfaceorg.apache.geode.cache.CacheStatistics- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
getHitRatio
public float getHitRatio() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
getHitRatioin interfaceorg.apache.geode.cache.CacheStatistics- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
getLastAccessedTime
public long getLastAccessedTime() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
getLastAccessedTimein interfaceorg.apache.geode.cache.CacheStatistics- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
getLastModifiedTime
public long getLastModifiedTime()- Specified by:
getLastModifiedTimein interfaceorg.apache.geode.cache.CacheStatistics
-
getMissCount
public long getMissCount() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
getMissCountin interfaceorg.apache.geode.cache.CacheStatistics- Throws:
org.apache.geode.cache.StatisticsDisabledException
-
resetCounts
public void resetCounts() throws org.apache.geode.cache.StatisticsDisabledException- Specified by:
resetCountsin interfaceorg.apache.geode.cache.CacheStatistics- Throws:
org.apache.geode.cache.StatisticsDisabledException
-