Package | Description |
---|---|
org.modeshape.jmx |
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryStatisticsMXBean
JXM MXBean interface which exposes various monitoring information for a running repository.
|
Modifier and Type | Method and Description |
---|---|
List<EnumDescription> |
RepositoryStatisticsMXBean.getDurationMetrics()
Get the
DurationMetric enumerations that are available for use by the caller with
RepositoryStatisticsMXBean.getDurations(org.modeshape.jcr.api.monitor.DurationMetric, org.modeshape.jcr.api.monitor.Window) . |
HistoricalData |
RepositoryStatisticsMXBean.getDurations(DurationMetric metric,
Window windowInTime)
Get the statics for the specified duration metric during the given window in time.
|
List<DurationData> |
RepositoryStatisticsMXBean.getLongestRunning(DurationMetric metric)
Get the longest-running activities recorded for the specified metric.
|
List<EnumDescription> |
RepositoryStatisticsMXBean.getTimeWindows()
Get the
Window enumerations that are available for use by the caller with
RepositoryStatisticsMXBean.getValues(org.modeshape.jcr.api.monitor.ValueMetric, org.modeshape.jcr.api.monitor.Window) and
RepositoryStatisticsMXBean.getDurations(org.modeshape.jcr.api.monitor.DurationMetric, org.modeshape.jcr.api.monitor.Window) . |
List<EnumDescription> |
RepositoryStatisticsMXBean.getValueMetrics()
Get the
ValueMetric enumerations that are available for use by the caller with
RepositoryStatisticsMXBean.getValues(org.modeshape.jcr.api.monitor.ValueMetric, org.modeshape.jcr.api.monitor.Window) . |
HistoricalData |
RepositoryStatisticsMXBean.getValues(ValueMetric metric,
Window windowInTime)
Get the statistics for the specified value metric during the given window in time.
|
Modifier and Type | Method and Description |
---|---|
HistoricalData |
RepositoryStatisticsMXBean.getDurations(DurationMetric metric,
Window windowInTime)
Get the statics for the specified duration metric during the given window in time.
|
HistoricalData |
RepositoryStatisticsMXBean.getDurations(DurationMetric metric,
Window windowInTime)
Get the statics for the specified duration metric during the given window in time.
|
List<DurationData> |
RepositoryStatisticsMXBean.getLongestRunning(DurationMetric metric)
Get the longest-running activities recorded for the specified metric.
|
HistoricalData |
RepositoryStatisticsMXBean.getValues(ValueMetric metric,
Window windowInTime)
Get the statistics for the specified value metric during the given window in time.
|
HistoricalData |
RepositoryStatisticsMXBean.getValues(ValueMetric metric,
Window windowInTime)
Get the statistics for the specified value metric during the given window in time.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.