| Package | Description |
|---|---|
| org.modeshape.jboss.metric | |
| 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 Window |
ModeShapeMetricHandler.window() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ModelMetrics.MetricAttributeDefinition.attributeName(String metricName,
Window window) |
| Constructor and Description |
|---|
ModeShapeMetricHandler(Window metricWindow) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Set<Window> |
RepositoryStatistics.getAvailableWindows() |
Set<Window> |
JcrRepositoryMonitor.getAvailableWindows() |
| Modifier and Type | Method and Description |
|---|---|
History |
RepositoryStatistics.getHistory(DurationMetric metric,
Window windowInTime) |
History |
JcrRepositoryMonitor.getHistory(DurationMetric metric,
Window windowInTime) |
History |
RepositoryStatistics.getHistory(ValueMetric metric,
Window windowInTime) |
History |
JcrRepositoryMonitor.getHistory(ValueMetric metric,
Window windowInTime) |
protected Statistics[] |
RepositoryStatistics.MetricHistory.getHistory(Window window) |
| Modifier and Type | Field and Description |
|---|---|
static Set<Window> |
RepositoryMonitor.ALL_WINDOWS |
| Modifier and Type | Method and Description |
|---|---|
static Window |
Window.fromLiteral(String literal)
Get the
Window that has the supplied literal. |
Window |
History.getWindow()
Get the kind of window.
|
static Window |
Window.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Window[] |
Window.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Window> |
RepositoryMonitor.getAvailableWindows()
Get the Window enumerations that are available for use by the caller with
RepositoryMonitor.getHistory(DurationMetric, Window) and
RepositoryMonitor.getHistory(ValueMetric, Window). |
| Modifier and Type | Method and Description |
|---|---|
History |
RepositoryMonitor.getHistory(DurationMetric metric,
Window windowInTime)
Get the statics for the specified duration metric during the given window in time.
|
History |
RepositoryMonitor.getHistory(ValueMetric metric,
Window windowInTime)
Get the statics 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 |
RepositoryStatisticsBean.getDurations(DurationMetric metric,
Window windowInTime) |
HistoricalData |
RepositoryStatisticsMXBean.getValues(ValueMetric metric,
Window windowInTime)
Get the statistics for the specified value metric during the given window in time.
|
HistoricalData |
RepositoryStatisticsBean.getValues(ValueMetric metric,
Window windowInTime) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.