public abstract class InterceptingMetricsFactory extends Object implements IMetricsFactory
| Constructor and Description |
|---|
InterceptingMetricsFactory(IMetricsFactory other) |
| Modifier and Type | Method and Description |
|---|---|
IMetricsScope |
createMetrics() |
protected void |
interceptAddData(String name,
double value,
com.amazonaws.services.cloudwatch.model.StandardUnit unit,
IMetricsScope scope) |
protected void |
interceptAddData(String name,
double value,
com.amazonaws.services.cloudwatch.model.StandardUnit unit,
MetricsLevel level,
IMetricsScope scope) |
protected void |
interceptAddDimension(String name,
String value,
IMetricsScope scope) |
protected void |
interceptCreateMetrics(IMetricsScope scope) |
protected void |
interceptEnd(IMetricsScope scope) |
public InterceptingMetricsFactory(IMetricsFactory other)
public IMetricsScope createMetrics()
createMetrics in interface IMetricsFactoryprotected void interceptCreateMetrics(IMetricsScope scope)
protected void interceptAddData(String name, double value, com.amazonaws.services.cloudwatch.model.StandardUnit unit, IMetricsScope scope)
protected void interceptAddData(String name, double value, com.amazonaws.services.cloudwatch.model.StandardUnit unit, MetricsLevel level, IMetricsScope scope)
protected void interceptAddDimension(String name, String value, IMetricsScope scope)
protected void interceptEnd(IMetricsScope scope)
Copyright © 2016. All rights reserved.