Package | Description |
---|---|
org.apache.ignite.mxbean |
Contains annotations for Dynamic MBeans.
|
org.gridgain.grid.cache.dr |
Contains cache data center replication API classes.
|
Modifier and Type | Method and Description |
---|---|
Long |
IoStatisticsMetricsMXBean.getCacheGroupLogicalReads(String cacheGrpName)
Gets number of logical page reads for given cache group.
|
Long |
IoStatisticsMetricsMXBean.getCacheGroupPhysicalReads(String cacheGrpName)
Gets number of physical page reads for given cache group.
|
String |
IoStatisticsMetricsMXBean.getCacheGroupStatistics(String cacheGrpName)
Gets string presentation of cache group IO statistics for given cache group.
|
Long |
IoStatisticsMetricsMXBean.getIndexInnerLogicalReads(String cacheGrpName,
String idxName)
Gets number of logical inner index's page reads for given cache group and index.
|
Long |
IoStatisticsMetricsMXBean.getIndexInnerPhysicalReads(String cacheGrpName,
String idxName)
Gets number of physical inner index's page reads for given cache group and index.
|
Long |
IoStatisticsMetricsMXBean.getIndexLeafLogicalReads(String cacheGrpName,
String idxName)
Gets number of logical leaf index's page reads for given cache group and index.
|
Long |
IoStatisticsMetricsMXBean.getIndexLeafPhysicalReads(String cacheGrpName,
String idxName)
Gets number of physical leaf index's page reads for given cache group and index.
|
Long |
IoStatisticsMetricsMXBean.getIndexLogicalReads(String cacheGrpName,
String idxName)
Gets number of logical index page reads for given cache group and index.
|
Long |
IoStatisticsMetricsMXBean.getIndexPhysicalReads(String cacheGrpName,
String idxName)
Gets number of physical index page reads for given cache group and index.
|
String |
IoStatisticsMetricsMXBean.getIndexStatistics(String cacheGrpName,
String idxName)
Gets string presentation of index IO statistics for given cache group and index.
|
void |
IgniteMXBean.rebalanceEnabled(boolean rebalanceEnabled)
Enable or disable cache partition rebalance per node.
|
void |
IgniteMXBean.resetMetrics(String registry)
Resets metrics for of a given registry.
|
boolean |
DefragmentationMXBean.schedule(String cacheNames)
Schedule defragmentation for given caches.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheDrMBean.transferTo(byte dataCenterId)
Performs full state data transfer of this cache to the specified data center.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024