Class BPIndexReorderer.BaseRecursiveAction

java.lang.Object
java.util.concurrent.ForkJoinTask<Void>
java.util.concurrent.RecursiveAction
org.apache.lucene.misc.index.BPIndexReorderer.BaseRecursiveAction
All Implemented Interfaces:
Serializable, Future<Void>
Direct Known Subclasses:
BPIndexReorderer.ComputeGainsTask, BPIndexReorderer.IndexReorderingTask
Enclosing class:
BPIndexReorderer

private abstract class BPIndexReorderer.BaseRecursiveAction extends RecursiveAction
  • Field Details

    • depth

      protected final int depth
  • Constructor Details

    • BaseRecursiveAction

      BaseRecursiveAction(int depth)
  • Method Details

    • shouldFork

      protected final boolean shouldFork(int problemSize, int totalProblemSize)