Interface TaskManagerRunner.TaskExecutorService
- All Superinterfaces:
AutoCloseable,org.apache.flink.util.AutoCloseableAsync
- All Known Implementing Classes:
TaskExecutorToServiceAdapter
- Enclosing class:
- TaskManagerRunner
public static interface TaskManagerRunner.TaskExecutorService
extends org.apache.flink.util.AutoCloseableAsync
-
Method Summary
Methods inherited from interface org.apache.flink.util.AutoCloseableAsync
close, closeAsync
-
Method Details
-
start
void start() -
getTerminationFuture
CompletableFuture<Void> getTerminationFuture()
-