Interface AbstractDispatcherLeaderProcess.DispatcherGatewayService
- All Superinterfaces:
AutoCloseable,org.apache.flink.util.AutoCloseableAsync
- All Known Implementing Classes:
DefaultDispatcherGatewayService
- Enclosing class:
- AbstractDispatcherLeaderProcess
public static interface AbstractDispatcherLeaderProcess.DispatcherGatewayService
extends org.apache.flink.util.AutoCloseableAsync
An accessor of the
DispatcherGateway.-
Method Summary
Modifier and TypeMethodDescriptiononRemovedExecutionPlan(org.apache.flink.api.common.JobID jobId) Methods inherited from interface org.apache.flink.util.AutoCloseableAsync
close, closeAsync
-
Method Details
-
getGateway
DispatcherGateway getGateway() -
onRemovedExecutionPlan
-
getShutDownFuture
CompletableFuture<ApplicationStatus> getShutDownFuture() -
getTerminationFuture
CompletableFuture<Void> getTerminationFuture()
-