java.lang.Object
org.apache.lucene.util.PriorityQueue<BKDWriter.MergeReader>
org.apache.lucene.util.bkd.BKDWriter.BKDMergeQueue
- All Implemented Interfaces:
Iterable<BKDWriter.MergeReader>
- Enclosing class:
BKDWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines the ordering of objects in this priority queue.Methods inherited from class org.apache.lucene.util.PriorityQueue
add, addAll, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
comparator
-
-
Constructor Details
-
BKDMergeQueue
public BKDMergeQueue(int bytesPerDim, int maxSize)
-
-
Method Details
-
lessThan
Description copied from class:PriorityQueueDetermines the ordering of objects in this priority queue. Subclasses must define this one method.- Specified by:
lessThanin classPriorityQueue<BKDWriter.MergeReader>- Returns:
trueiff parameterais less than parameterb.
-