Uses of Interface
org.apache.flink.runtime.scheduler.metrics.MetricsRegistrar
-
Packages that use MetricsRegistrar Package Description org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.metrics -
-
Uses of MetricsRegistrar in org.apache.flink.runtime.scheduler
Method parameters in org.apache.flink.runtime.scheduler with type arguments of type MetricsRegistrar Modifier and Type Method Description static voidSchedulerBase. registerJobMetrics(org.apache.flink.metrics.MetricGroup metrics, JobStatusProvider jobStatusProvider, org.apache.flink.metrics.Gauge<Long> numberOfRestarts, org.apache.flink.metrics.Gauge<Long> numberOfRescales, Collection<? extends MetricsRegistrar> metricsRegistrars, Consumer<JobStatusListener> jobStatusListenerRegistrar, long initializationTimestamp, org.apache.flink.configuration.MetricOptions.JobStatusMetricsSettings jobStatusMetricsSettings) -
Uses of MetricsRegistrar in org.apache.flink.runtime.scheduler.metrics
Subinterfaces of MetricsRegistrar in org.apache.flink.runtime.scheduler.metrics Modifier and Type Interface Description interfaceExecutionStatusMetricsRegistrarCombined interface ofExecutionStateUpdateListenerandMetricsRegistrar.Classes in org.apache.flink.runtime.scheduler.metrics that implement MetricsRegistrar Modifier and Type Class Description classAllSubTasksRunningOrFinishedStateTimeMetricsMetrics and event that captures how long a job has all it's subtask in running or finished state.classDeploymentStateTimeMetricsMetrics that capture how long a job was deploying tasks.classJobStatusMetricsMetrics that capture the time that a job spends in eachJobStatus.
-