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.List<Context>
fetch()
-
-
-
Method Detail
-
fetch
java.util.List<Context> fetch() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-