Uses of Interface
org.apache.flink.runtime.jobmaster.JobMasterService
Packages that use JobMasterService
-
Uses of JobMasterService in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement JobMasterService -
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 JobMasterServiceModifier and TypeMethodDescriptionDefaultJobMasterServiceFactory.createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions) JobMasterServiceFactory.createJobMasterService(UUID leaderSessionId, OnCompletionActions onCompletionActions) Creates a newJobMasterServicefor the given leaderSessionId and onCompletionActions.