Interface DispatcherRunner
-
- All Superinterfaces:
AutoCloseable,org.apache.flink.util.AutoCloseableAsync
- All Known Implementing Classes:
DefaultDispatcherRunner
public interface DispatcherRunner extends org.apache.flink.util.AutoCloseableAsyncTheDispatcherRunnerencapsulates how aDispatcheris being executed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<ApplicationStatus>getShutDownFuture()Return shut down future of this runner.
-
-
-
Method Detail
-
getShutDownFuture
CompletableFuture<ApplicationStatus> getShutDownFuture()
Return shut down future of this runner. The shut down future is being completed with the finalApplicationStatusonce the runner wants to shut down.- Returns:
- future with the final application status
-
-