Class MetricType.Counter
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.metric.MetricType.Counter
- All Implemented Interfaces:
MetricType.IMetricKeyType
- Enclosing class:
MetricType
The Counter class represents the key type for Counter metrics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MetricType.IMetricTypeVisitor visitor) Accept the given visitor
-
Constructor Details
-
Counter
public Counter()
-
-
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
-