Interface JobListFetcher<KEY,Context extends JobAutoScalerContext<KEY>>
-
- All Known Implementing Classes:
FlinkClusterJobListFetcher
@Experimental public interface JobListFetcher<KEY,Context extends JobAutoScalerContext<KEY>>
The JobListFetcher will fetch the jobContext of all jobs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Context>
fetch(org.apache.flink.configuration.Configuration baseConf)
Fetch the job context.
-
-
-
Method Detail
-
fetch
java.util.Collection<Context> fetch(org.apache.flink.configuration.Configuration baseConf) throws java.lang.Exception
Fetch the job context.- Parameters:
baseConf
- The basic configuration for standalone autoscaler. The basic configuration can be overridden by the configuration at job-level.- Throws:
java.lang.Exception
-
-