Package org.apache.flink.runtime.state
Class AsyncSnapshotCallable.AsyncSnapshotTask
java.lang.Object
java.util.concurrent.FutureTask<T>
org.apache.flink.runtime.state.AsyncSnapshotCallable.AsyncSnapshotTask
- All Implemented Interfaces:
Runnable,Future<T>,RunnableFuture<T>
- Enclosing class:
- AsyncSnapshotCallable<T>
FutureTask that wraps a AsyncSnapshotCallable and connects it with
cancellation and closing.-
Method Summary
Methods inherited from class java.util.concurrent.FutureTask
get, get, isCancelled, isDone, run, runAndReset, set, setException, toString
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
done
protected void done()- Overrides:
donein classFutureTask<T>
-