Uses of Interface
org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
Packages that use JobMasterServiceProcess Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.factories -
-
Uses of JobMasterServiceProcess in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement JobMasterServiceProcess Modifier and Type Class Description classDefaultJobMasterServiceProcessDefaultJobMasterServiceProcesswhich is responsible for creating and running aJobMasterService.static classJobMasterServiceProcess.WaitingForLeadershipMethods in org.apache.flink.runtime.jobmaster that return JobMasterServiceProcess Modifier and Type Method Description static JobMasterServiceProcessJobMasterServiceProcess. waitingForLeadership() -
Uses of JobMasterServiceProcess in org.apache.flink.runtime.jobmaster.factories
Methods in org.apache.flink.runtime.jobmaster.factories that return JobMasterServiceProcess Modifier and Type Method Description JobMasterServiceProcessDefaultJobMasterServiceProcessFactory. create(UUID leaderSessionId)JobMasterServiceProcessJobMasterServiceProcessFactory. create(UUID leaderSessionId)Create a newJobMasterServiceProcessfor the given leaderSessionId.
-