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.AutoCloseableAsyncAn accessor of theDispatcherGateway.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DispatcherGatewaygetGateway()CompletableFuture<ApplicationStatus>getShutDownFuture()CompletableFuture<Void>getTerminationFuture()CompletableFuture<Void>onRemovedExecutionPlan(org.apache.flink.api.common.JobID jobId)
-
-
-
Method Detail
-
getGateway
DispatcherGateway getGateway()
-
onRemovedExecutionPlan
CompletableFuture<Void> onRemovedExecutionPlan(org.apache.flink.api.common.JobID jobId)
-
getShutDownFuture
CompletableFuture<ApplicationStatus> getShutDownFuture()
-
getTerminationFuture
CompletableFuture<Void> getTerminationFuture()
-
-