Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.api.monitor |
This package provides a set of interfaces and enumerations used for monitoring ModeShape repositories.
|
org.modeshape.jmx |
Modifier and Type | Method and Description |
---|---|
protected Statistics[] |
RepositoryStatistics.MetricHistory.getHistory(Window window) |
static Statistics |
RepositoryStatistics.statisticsFor(long value)
Utility method to construct the statistics for a series of values.
|
static Statistics |
RepositoryStatistics.statisticsFor(long[] values)
Utility method to construct the statistics for a series of values.
|
static Statistics |
RepositoryStatistics.statisticsFor(Statistics[] statistics)
Utility method to construct the composite statistics for a series of sampled statistics.
|
Modifier and Type | Method and Description |
---|---|
protected Window |
RepositoryStatistics.MetricHistory.recordStatisticsForLastSecond(Statistics stats)
This method should be called by the
RepositoryStatistics.MetricHistory.rollup() method with the statistics computed for the values/durations
since the last invocation. |
static Statistics |
RepositoryStatistics.statisticsFor(Statistics[] statistics)
Utility method to construct the composite statistics for a series of sampled statistics.
|
Modifier and Type | Field and Description |
---|---|
static Statistics[] |
Statistics.NO_STATISTICS
An empty statistics array.
|
Modifier and Type | Method and Description |
---|---|
Statistics[] |
History.getStats()
Get the statistics for that make up the history.
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticalData
Value holder exposed by JXM which provides statistical information via
Statistics |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.