|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RegionMXBean
Member's local view of region. Member may have 0..n of these.
| Method Summary | |
|---|---|
int |
getActualRedundancy()
Applicable only for partitioned regions |
float |
getAverageReads()
Pulse Attribute |
float |
getAverageWrites()
Pulse Attribute |
int |
getAvgBucketSize()
Applicable only for partitioned regions |
int |
getBucketCount()
Applicable only for partitioned regions |
long |
getCacheListenerCallsAvgLatency()
|
long |
getCacheWriterCallsAvgLatency()
|
int |
getConfiguredRedundancy()
Applicable only for partitioned regions |
float |
getCreatesRate()
|
float |
getDestroyRate()
|
long |
getDiskReadsAverageLatency()
|
float |
getDiskReadsRate()
Rate of reads for region entries that have been read from disk |
long |
getDiskTaskWaiting()
|
long |
getDiskUsage()
The total number of MBs currently being used on disk for this region. |
long |
getDiskWritesAverageLatency()
|
float |
getDiskWritesRate()
Rate of writes of region entries that have been written to disk. |
long |
getEntryCount()
Pulse Attribute |
long |
getEntrySize()
This will give a positive value only if the region has set eviction algorithm to LRU_MEMORY Aggregate Entry size of all the entries in the region |
String |
getFullPath()
Pulse Attribute |
float |
getGetsRate()
|
long |
getHitCount()
Will return value only if statistics is enables for this region |
float |
getHitRatio()
Will return value only if statistics is enables for this region |
long |
getLastAccessedTime()
Will return value only if statistics is enables for this region |
long |
getLastModifiedTime()
Will return value only if statistics is enables for this region |
float |
getLruDestroyRate()
|
float |
getLruEvictionRate()
|
int |
getMaxBucketSize()
Applicable only for partitioned regions |
String |
getMember()
Member hosting the region |
int |
getMinBucketSize()
Applicable only for partitioned regions |
long |
getMissCount()
Will return value only if statistics is enables for this region |
String |
getName()
Pulse Attribute |
int |
getNumBucketsWithoutRedundancy()
Applicable only for partitioned regions |
String |
getParentRegion()
|
int |
getPrimaryBucketCount()
Applicable only for partitioned regions |
float |
getPutAllRate()
|
float |
getPutLocalRate()
|
long |
getPutRemoteAvgLatency()
|
long |
getPutRemoteLatency()
|
float |
getPutRemoteRate()
|
float |
getPutsRate()
|
String |
getRegionType()
Pulse Attribute |
int |
getTotalBucketSize()
Applicable only for partitioned regions |
long |
getTotalBytesOnDisk()
|
long |
getTotalDiskEntriesInVM()
|
long |
getTotalDiskWritesProgress()
|
long |
getTotalEntriesOnlyOnDisk()
|
boolean |
isGatewayEnabled()
Pulse Attribute Whether this region sends data to any GatewaySender or not |
boolean |
isPersistentEnabled()
|
EvictionAttributesData |
listEvictionAttributes()
|
FixedPartitionAttributesData[] |
listFixedPartitionAttributes()
|
MembershipAttributesData |
listMembershipAttributes()
|
PartitionAttributesData |
listPartitionAttributes()
|
RegionAttributesData |
listRegionAttributes()
|
String[] |
listSubRegionPaths(boolean recursive)
|
| Method Detail |
|---|
String getName()
String getRegionType()
String getFullPath()
String getParentRegion()
String[] listSubRegionPaths(boolean recursive)
recursive - if true, recursively traverses to find sub regions.
RegionAttributesData listRegionAttributes()
PartitionAttributesData listPartitionAttributes()
FixedPartitionAttributesData[] listFixedPartitionAttributes()
EvictionAttributesData listEvictionAttributes()
MembershipAttributesData listMembershipAttributes()
long getLastModifiedTime()
long getLastAccessedTime()
long getMissCount()
long getHitCount()
float getHitRatio()
long getEntryCount()
float getGetsRate()
float getPutsRate()
float getCreatesRate()
float getDestroyRate()
float getPutAllRate()
float getPutLocalRate()
float getPutRemoteRate()
long getPutRemoteLatency()
long getPutRemoteAvgLatency()
long getTotalEntriesOnlyOnDisk()
long getTotalDiskEntriesInVM()
long getTotalBytesOnDisk()
float getDiskReadsRate()
long getDiskReadsAverageLatency()
long getDiskWritesAverageLatency()
float getDiskWritesRate()
long getTotalDiskWritesProgress()
long getDiskTaskWaiting()
long getCacheWriterCallsAvgLatency()
long getCacheListenerCallsAvgLatency()
float getLruEvictionRate()
float getLruDestroyRate()
int getBucketCount()
int getPrimaryBucketCount()
int getNumBucketsWithoutRedundancy()
int getConfiguredRedundancy()
int getActualRedundancy()
int getMinBucketSize()
int getMaxBucketSize()
int getTotalBucketSize()
int getAvgBucketSize()
long getDiskUsage()
long getEntrySize()
boolean isGatewayEnabled()
float getAverageReads()
float getAverageWrites()
boolean isPersistentEnabled()
String getMember()
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||