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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Void>
getTerminationFuture()
void
start()
-
-
-
Method Detail
-
start
void start()
-
getTerminationFuture
CompletableFuture<Void> getTerminationFuture()
-
-