Package | Description |
---|---|
com.streamscape.sef.metrics | |
com.streamscape.sef.service.metrics |
Modifier and Type | Method and Description |
---|---|
Metric |
MetricsFactory.getMetric(java.lang.String metricName)
Returns the Metric definition.
|
long |
MetricsFactory.getMetricValue(java.lang.String metricName)
Gets the Metric value from the service hosting run-time collector.
|
void |
MetricsFactory.nextMetricValue(java.lang.String metricName)
Increases the value of the metric by the incremental unit specified in the configuration.
|
void |
MetricsFactory.priorMetricValue(java.lang.String metricName)
Decreases the value of the metric by the incremental unit specified in the configuration.
|
void |
MetricsFactory.raiseMetricAdvisory(java.lang.String metricName)
Raises an advisory that contains the most recent Metric value.
|
void |
MetricsFactory.setMetricValue(java.lang.String metricName,
long metricValue)
Sets the metric value in the service hosting run-time collector.
|
Modifier and Type | Method and Description |
---|---|
Metric |
ServiceMetricsFactory.getMetric(java.lang.String metricName)
Returns a read-only interface of the runtime metric.
|
long |
ServiceMetricsFactory.getMetricValue(java.lang.String metricName)
Gets the Metric value.
|
void |
ServiceMetricsFactory.nextMetricValue(java.lang.String metricName)
Auto increments the metric value by the increment interval.
|
void |
ServiceMetricsFactory.priorMetricValue(java.lang.String metricName)
Auto decrements the metric value by the increment interval.
|
void |
ServiceMetricsFactory.raiseMetricAdvisory(java.lang.String metricName) |
void |
ServiceMetricsFactory.setMetricValue(java.lang.String metricName,
long metricValue)
Sets the metric value.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.