Class DefaultDispatcherGatewayService
java.lang.Object
org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
- All Implemented Interfaces:
AutoCloseable,AbstractDispatcherLeaderProcess.DispatcherGatewayService,org.apache.flink.util.AutoCloseableAsync
@Internal
public class DefaultDispatcherGatewayService
extends Object
implements AbstractDispatcherLeaderProcess.DispatcherGatewayService
A facade over the
Dispatcher that exposes specific functionality.-
Method Summary
Modifier and TypeMethodDescriptionfrom(Dispatcher dispatcher) onRemovedExecutionPlan(org.apache.flink.api.common.JobID jobId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.util.AutoCloseableAsync
close
-
Method Details
-
getGateway
- Specified by:
getGatewayin interfaceAbstractDispatcherLeaderProcess.DispatcherGatewayService
-
onRemovedExecutionPlan
- Specified by:
onRemovedExecutionPlanin interfaceAbstractDispatcherLeaderProcess.DispatcherGatewayService
-
getShutDownFuture
- Specified by:
getShutDownFuturein interfaceAbstractDispatcherLeaderProcess.DispatcherGatewayService
-
getTerminationFuture
- Specified by:
getTerminationFuturein interfaceAbstractDispatcherLeaderProcess.DispatcherGatewayService
-
closeAsync
- Specified by:
closeAsyncin interfaceorg.apache.flink.util.AutoCloseableAsync
-
from
-