Module org.apache.lucene.misc
Package org.apache.lucene.misc.index
Class BPIndexReorderer.BaseRecursiveAction
java.lang.Object
org.apache.lucene.misc.index.BPIndexReorderer.BaseRecursiveAction
- Direct Known Subclasses:
BPIndexReorderer.ComputeBiasTask
,BPIndexReorderer.IndexReorderingTask
- Enclosing class:
BPIndexReorderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Void
call()
protected final void
invokeAll
(BPIndexReorderer.BaseRecursiveAction... actions) protected final boolean
shouldFork
(int problemSize, int totalProblemSize)
-
Field Details
-
executor
-
depth
protected final int depth
-
-
Constructor Details
-
BaseRecursiveAction
BaseRecursiveAction(TaskExecutor executor, int depth)
-
-
Method Details