Uses of Interface
org.apache.flink.runtime.scheduler.adaptivebatch.JobGraphUpdateListener
-
Packages that use JobGraphUpdateListener Package Description org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of JobGraphUpdateListener in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement JobGraphUpdateListener Modifier and Type Class Description classAdaptiveBatchSchedulerThis scheduler decides the parallelism of JobVertex according to the data volume it consumes.Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type JobGraphUpdateListener Modifier and Type Method Description voidAdaptiveExecutionHandler. registerJobGraphUpdateListener(JobGraphUpdateListener listener)Registers a listener to receive updates when theJobGraphis modified.voidDefaultAdaptiveExecutionHandler. registerJobGraphUpdateListener(JobGraphUpdateListener listener)voidNonAdaptiveExecutionHandler. registerJobGraphUpdateListener(JobGraphUpdateListener listener)
-