Interface ExecutionStatusMetricsRegistrar
-
- All Superinterfaces:
ExecutionStateUpdateListener,MetricsRegistrar
- All Known Implementing Classes:
AllSubTasksRunningOrFinishedStateTimeMetrics,DeploymentStateTimeMetrics
public interface ExecutionStatusMetricsRegistrar extends ExecutionStateUpdateListener, MetricsRegistrar
Combined interface ofExecutionStateUpdateListenerandMetricsRegistrar.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.runtime.executiongraph.ExecutionStateUpdateListener
onStateUpdate
-
Methods inherited from interface org.apache.flink.runtime.scheduler.metrics.MetricsRegistrar
registerMetrics
-
-