Uses of Class
org.apache.lucene.util.OfflineSorter.Partition
Packages that use OfflineSorter.Partition
-
Uses of OfflineSorter.Partition in org.apache.lucene.util
Fields in org.apache.lucene.util declared as OfflineSorter.PartitionModifier and TypeFieldDescriptionprivate final OfflineSorter.Partition
OfflineSorter.SortPartitionTask.part
Fields in org.apache.lucene.util with type parameters of type OfflineSorter.PartitionModifier and TypeFieldDescriptionprivate final List<Future<OfflineSorter.Partition>>
OfflineSorter.MergePartitionsTask.segmentsToMerge
Methods in org.apache.lucene.util that return OfflineSorter.PartitionModifier and TypeMethodDescriptionOfflineSorter.MergePartitionsTask.call()
OfflineSorter.SortPartitionTask.call()
private OfflineSorter.Partition
OfflineSorter.getPartition
(Future<OfflineSorter.Partition> future) (package private) OfflineSorter.Partition
OfflineSorter.readPartition
(OfflineSorter.ByteSequencesReader reader) Read in a single partition of data, setting isExhausted[0] to true if there are no more items.Method parameters in org.apache.lucene.util with type arguments of type OfflineSorter.PartitionModifier and TypeMethodDescriptionprivate OfflineSorter.Partition
OfflineSorter.getPartition
(Future<OfflineSorter.Partition> future) (package private) void
OfflineSorter.mergePartitions
(Directory trackingDir, List<Future<OfflineSorter.Partition>> segments) Merge the most recentmaxTempFile
partitions into a new partition.Constructors in org.apache.lucene.util with parameters of type OfflineSorter.PartitionConstructor parameters in org.apache.lucene.util with type arguments of type OfflineSorter.PartitionModifierConstructorDescriptionMergePartitionsTask
(Directory dir, List<Future<OfflineSorter.Partition>> segmentsToMerge)