public interface HashIndexStatsModule extends StatsModule
This interface represents a statistic module for a HashIndex. A HashIndex statistic module contains 6 statistics:
HashIndexMBean.retrieveStatsModule()MODULE_TYPE_AGENT, MODULE_TYPE_HASHINDEX, MODULE_TYPE_MAP, MODULE_TYPE_OBJECT_GRID, MODULE_TYPE_QUERY, MODULE_TYPE_SESSION, MODULE_TYPE_UNDEFINED, PATH_DELIMITER| Modifier and Type | Method and Description |
|---|---|
ActiveCountStatistic |
getBatchUpdateCount(boolean copyMode)
Gets the batch update count statistic.
|
ActiveCountStatistic |
getFindCollisionCount(boolean copyMode)
Gets the collision count statistic for the find operation.
|
ActiveCountStatistic |
getFindCount(boolean copyMode)
Gets the find operation's invocation count statistic.
|
TimeStatistic |
getFindDurationTime(boolean copyMode)
Gets the duration time statistic for the find operation.
|
ActiveCountStatistic |
getFindFailureCount(boolean copyMode)
Gets the failure count statistic for the find operation.
|
ActiveCountStatistic |
getFindResultCount(boolean copyMode)
Gets the result set's count statistic for the find operation.
|
combine, copy, getPath, getStatsSpec, reset, setGroupModule, statsToString, updateActiveCountStatistic getFindCount(boolean copyMode)
If the copyMode is set to true, a copy is returned. It is
recommended to set the copy mode to true when this method is
called in the same JVM as the JVM in which the statistics are gathered.
copyMode - if set to true, a copy is returned.ActiveCountStatisticTimeStatistic getFindDurationTime(boolean copyMode)
If the copyMode is set to true, a copy is returned. It is
recommended to set the copy mode to true when this method is
called in the same JVM as the JVM in which the statistics are gathered.
copyMode - if set to true, a copy is returned.ActiveTimeStatisticActiveCountStatistic getFindResultCount(boolean copyMode)
If the copyMode is set to true, a copy is returned. It is
recommended to set the copy mode to true when this method is
called in the same JVM as the JVM in which the statistics are gathered.
copyMode - if set to true, a copy is returned.ActiveCountStatisticActiveCountStatistic getFindFailureCount(boolean copyMode)
If the copyMode is set to true, a copy is returned. It is
recommended to set the copy mode to true when this method is
called in the same JVM as the JVM in which the statistics are gathered.
copyMode - if set to true, a copy is returned.ActiveCountStatisticActiveCountStatistic getFindCollisionCount(boolean copyMode)
If the copyMode is set to true, a copy is returned. It is
recommended to set the copy mode to true when this method is
called in the same JVM as the JVM in which the statistics are gathered.
copyMode - if set to true, a copy is returned.ActiveCountStatisticActiveCountStatistic getBatchUpdateCount(boolean copyMode)
If the copyMode is set to true, a copy is returned. It is
recommended to set the copy mode to true when this method is
called in the same JVM as the JVM in which the statistics are gathered.
copyMode - if set to true, a copy is returned.ActiveCountStatistic,
MapIndexPlugin.doBatchUpdate(TxID txid, LogSequence sequence)