public class AsyncSnapshotCallable.AsyncSnapshotTask extends FutureTask<T>
FutureTask
that wraps a AsyncSnapshotCallable
and connects it with
cancellation and closing.Modifier and Type | Method and Description |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
protected void |
done() |
get, get, isCancelled, isDone, run, runAndReset, set, setException
public boolean cancel(boolean mayInterruptIfRunning)
protected void done()
done
in class FutureTask<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.