Uses of Interface
org.apache.flink.runtime.executiongraph.JobStatusProvider
-
Packages that use JobStatusProvider Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.executiongraph.metrics This package contains classes implementing various metrics for the job execution, based on theExecution Graph
.org.apache.flink.runtime.scheduler -
-
Uses of JobStatusProvider in org.apache.flink.runtime.executiongraph
Subinterfaces of JobStatusProvider in org.apache.flink.runtime.executiongraph Modifier and Type Interface Description interface
AccessExecutionGraph
Common interface for the runtimeDefaultExecutionGraph
andArchivedExecutionGraph
.interface
ExecutionGraph
The execution graph is the central data structure that coordinates the distributed execution of a data flow.Classes in org.apache.flink.runtime.executiongraph that implement JobStatusProvider Modifier and Type Class Description class
ArchivedExecutionGraph
An archived execution graph represents a serializable form of anExecutionGraph
.class
DefaultExecutionGraph
Default implementation of theExecutionGraph
. -
Uses of JobStatusProvider in org.apache.flink.runtime.executiongraph.metrics
Constructors in org.apache.flink.runtime.executiongraph.metrics with parameters of type JobStatusProvider Constructor Description DownTimeGauge(JobStatusProvider jobStatusProvider)
UpTimeGauge(JobStatusProvider jobStatusProvider)
-
Uses of JobStatusProvider in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler that implement JobStatusProvider Modifier and Type Class Description class
JobStatusStore
Listens for and exposes the current job state and state timestamps.Methods in org.apache.flink.runtime.scheduler with parameters of type JobStatusProvider Modifier and Type Method Description static void
SchedulerBase. registerJobMetrics(org.apache.flink.metrics.MetricGroup metrics, JobStatusProvider jobStatusProvider, org.apache.flink.metrics.Gauge<Long> numberOfRestarts, org.apache.flink.metrics.Gauge<Long> numberOfRescales, DeploymentStateTimeMetrics deploymentTimeMetrics, Consumer<JobStatusListener> jobStatusListenerRegistrar, long initializationTimestamp, org.apache.flink.configuration.MetricOptions.JobStatusMetricsSettings jobStatusMetricsSettings)
-