Package org.apache.lucene.util
Class OfflineSorter.Partition
java.lang.Object
org.apache.lucene.util.OfflineSorter.Partition
- Enclosing class:
- OfflineSorter
Holds one partition of items, either loaded into memory or based on a file.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAn on-disk partition.Partition
(SortableBytesRefArray buffer, boolean exhausted) A partition loaded into memory. -
Method Summary
-
Field Details
-
buffer
-
exhausted
public final boolean exhausted -
count
public final long count -
fileName
-
-
Constructor Details
-
Partition
A partition loaded into memory. -
Partition
An on-disk partition.
-