Uses of Interface
org.apache.flink.runtime.scheduler.adaptivebatch.JobGraphUpdateListener
Packages that use JobGraphUpdateListener
-
Uses of JobGraphUpdateListener in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement JobGraphUpdateListenerModifier and TypeClassDescriptionclassThis 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 JobGraphUpdateListenerModifier and TypeMethodDescriptionvoidAdaptiveExecutionHandler.registerJobGraphUpdateListener(JobGraphUpdateListener listener) Registers a listener to receive updates when theJobGraphis modified.voidDefaultAdaptiveExecutionHandler.registerJobGraphUpdateListener(JobGraphUpdateListener listener) voidNonAdaptiveExecutionHandler.registerJobGraphUpdateListener(JobGraphUpdateListener listener)