Class MetricType.UpDownCounter
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.metric.MetricType.UpDownCounter
- All Implemented Interfaces:
MetricType.IMetricKeyType
- Enclosing class:
MetricType
The UpDownCounter class represents the key type for Up-Down Counter metrics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MetricType.IMetricTypeVisitor visitor) Accept the given visitor
-
Constructor Details
-
UpDownCounter
public UpDownCounter()
-
-
Method Details
-
accept
Description copied from interface:MetricType.IMetricKeyTypeAccept the given visitor- Specified by:
acceptin interfaceMetricType.IMetricKeyType- Parameters:
visitor- visitor class having its specific business logic
-