public class MetricsParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) org.modeshape.jcr.api.monitor.DurationMetric |
durationMetric |
(package private) org.modeshape.jcr.api.monitor.ValueMetric |
valueMetric |
(package private) org.modeshape.jcr.api.monitor.Window |
window |
| Constructor and Description |
|---|
MetricsParameters() |
| Modifier and Type | Method and Description |
|---|---|
org.modeshape.jcr.api.monitor.DurationMetric |
getDurationMetric() |
org.modeshape.jcr.api.monitor.ValueMetric |
getValueMetric() |
org.modeshape.jcr.api.monitor.Window |
getWindow() |
void |
setDurationMetric(org.modeshape.jcr.api.monitor.DurationMetric durationMetric) |
void |
setValueMetric(org.modeshape.jcr.api.monitor.ValueMetric valueMetric) |
void |
setWindow(org.modeshape.jcr.api.monitor.Window window) |
org.modeshape.jcr.api.monitor.ValueMetric valueMetric
org.modeshape.jcr.api.monitor.DurationMetric durationMetric
org.modeshape.jcr.api.monitor.Window window
public org.modeshape.jcr.api.monitor.ValueMetric getValueMetric()
public void setValueMetric(org.modeshape.jcr.api.monitor.ValueMetric valueMetric)
public org.modeshape.jcr.api.monitor.DurationMetric getDurationMetric()
public void setDurationMetric(org.modeshape.jcr.api.monitor.DurationMetric durationMetric)
public org.modeshape.jcr.api.monitor.Window getWindow()
public void setWindow(org.modeshape.jcr.api.monitor.Window window)
Copyright © 2013–2016 Wisdom Framework. All rights reserved.