Module org.apache.lucene.misc
Package org.apache.lucene.misc.index
Class BPIndexReorderer.BaseRecursiveAction
- java.lang.Object
-
- java.util.concurrent.ForkJoinTask<java.lang.Void>
-
- java.util.concurrent.RecursiveAction
-
- org.apache.lucene.misc.index.BPIndexReorderer.BaseRecursiveAction
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.concurrent.Future<java.lang.Void>
- Direct Known Subclasses:
BPIndexReorderer.ComputeGainsTask
,BPIndexReorderer.IndexReorderingTask
- Enclosing class:
- BPIndexReorderer
private abstract class BPIndexReorderer.BaseRecursiveAction extends java.util.concurrent.RecursiveAction
-
-
Field Summary
Fields Modifier and Type Field Description protected int
depth
-
Constructor Summary
Constructors Constructor Description BaseRecursiveAction(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
-
-