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