Class BPIndexReorderer.BaseRecursiveAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int depth  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean shouldFork​(int problemSize, int totalProblemSize)  
      • Methods inherited from class java.util.concurrent.RecursiveAction

        compute, exec, getRawResult, setRawResult
      • Methods inherited from class java.util.concurrent.ForkJoinTask

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

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

      • depth

        protected final int depth
    • Constructor Detail

      • BaseRecursiveAction

        BaseRecursiveAction​(int depth)
    • Method Detail

      • shouldFork

        protected final boolean shouldFork​(int problemSize,
                                           int totalProblemSize)