Class JobDispatcherLeaderProcess
- java.lang.Object
-
- org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- org.apache.flink.runtime.dispatcher.runner.JobDispatcherLeaderProcess
-
- All Implemented Interfaces:
AutoCloseable,org.apache.flink.util.AutoCloseableAsync
public class JobDispatcherLeaderProcess extends AbstractDispatcherLeaderProcess
DispatcherLeaderProcessimplementation for the per-job mode.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
AbstractDispatcherLeaderProcess.DispatcherGatewayService, AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory, AbstractDispatcherLeaderProcess.State
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
log
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonStart()-
Methods inherited from class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
closeAsync, getDispatcherGateway, getDispatcherService, getLeaderAddressFuture, getLeaderSessionId, getShutDownFuture, onClose, start
-
-
-
-
Method Detail
-
onStart
protected void onStart()
- Specified by:
onStartin classAbstractDispatcherLeaderProcess
-
-