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 |
---|---|
Set<ValueMetric> |
RepositoryStatistics.getAvailableValueMetrics() |
Set<ValueMetric> |
JcrRepositoryMonitor.getAvailableValueMetrics() |
Modifier and Type | Method and Description |
---|---|
History |
RepositoryStatistics.getHistory(ValueMetric metric,
Window windowInTime) |
History |
JcrRepositoryMonitor.getHistory(ValueMetric metric,
Window windowInTime) |
Modifier and Type | Field and Description |
---|---|
static Set<ValueMetric> |
RepositoryMonitor.ALL_VALUE_METRICS |
Modifier and Type | Method and Description |
---|---|
static ValueMetric |
ValueMetric.fromLiteral(String literal)
Get the
ValueMetric that has the supplied literal. |
static ValueMetric |
ValueMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueMetric[] |
ValueMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ValueMetric> |
RepositoryMonitor.getAvailableValueMetrics()
Get the ValueMetric enumerations that are available for use by the caller with
RepositoryMonitor.getHistory(ValueMetric, Window) . |
Modifier and Type | Method and Description |
---|---|
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.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.