java.lang.Object
org.apache.lucene.util.OfflineSorter.SortPartitionTask
- All Implemented Interfaces:
Callable<OfflineSorter.Partition>
- Enclosing class:
- OfflineSorter
private class OfflineSorter.SortPartitionTask
extends Object
implements Callable<OfflineSorter.Partition>
Sorts one in-memory partition, writes it to disk, and returns the resulting file-based
partition.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dir
-
part
-
-
Constructor Details
-
SortPartitionTask
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<OfflineSorter.Partition>
- Throws:
IOException
-