Class TCountedCompleter<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Future<T>

    public abstract class TCountedCompleter<T>
    extends java.util.concurrent.ForkJoinTask<T>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.CountedCompleter<T> completer  
    • Method Summary

      • Methods inherited from class java.util.concurrent.ForkJoinTask

        adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, exec, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getRawResult, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, setRawResult, tryUnfork
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • completer

        private final java.util.concurrent.CountedCompleter<T> completer
    • Constructor Detail

      • TCountedCompleter

        public TCountedCompleter()
      • TCountedCompleter

        public TCountedCompleter​(java.util.concurrent.CountedCompleter<T> completer)