Interface DispatcherRunner
- All Superinterfaces:
AutoCloseable,org.apache.flink.util.AutoCloseableAsync
- All Known Implementing Classes:
DefaultDispatcherRunner
public interface DispatcherRunner
extends org.apache.flink.util.AutoCloseableAsync
The
DispatcherRunner encapsulates how a Dispatcher is being executed.-
Method Summary
Modifier and TypeMethodDescriptionReturn shut down future of this runner.Methods inherited from interface org.apache.flink.util.AutoCloseableAsync
close, closeAsync
-
Method Details
-
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
-