Interface JavaFutureAction<T>

All Superinterfaces:
Future<T>

public interface JavaFutureAction<T> extends Future<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the job IDs run by the underlying async operation.

    Methods inherited from interface java.util.concurrent.Future

    cancel, get, get, isCancelled, isDone
  • Method Details

    • jobIds

      List<Integer> jobIds()
      Returns the job IDs run by the underlying async operation. This returns the current snapshot of the job list. Certain operations may run multiple jobs, so multiple calls to this method may return different lists.