Uses of Interface
org.apache.flink.runtime.jobmaster.JobMasterService
-
Packages that use JobMasterService Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.factories -
-
Uses of JobMasterService in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement JobMasterService Modifier and Type Class Description classJobMasterJobMaster implementation. -
Uses of JobMasterService in org.apache.flink.runtime.jobmaster.factories
Methods in org.apache.flink.runtime.jobmaster.factories that return types with arguments of type JobMasterService Modifier and Type Method Description CompletableFuture<JobMasterService>DefaultJobMasterServiceFactory. createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions)CompletableFuture<JobMasterService>JobMasterServiceFactory. createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions)Creates a newJobMasterServicefor the given leaderSessionId and onCompletionActions.
-