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