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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract History |
ModeShapeMetricHandler.history(RepositoryMonitor repoStats) |
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) |
Modifier and Type | Field and Description |
---|---|
static History |
History.NO_HISTORY
A history with no statistics, no window, no start or end time, and no duration.
|
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.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.