Package org.apache.flink.metrics
Interface Metric
-
- All Known Implementing Classes:
MeterView
,SimpleCounter
,ThreadSafeSimpleCounter
@Public public interface Metric
Common super interface for all metrics.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default MetricType
getMetricType()
-
-
-
Method Detail
-
getMetricType
default MetricType getMetricType()
-
-