Module org.elasticsearch.server
Class BucketPriorityQueue<B>
java.lang.Object
org.apache.lucene.util.PriorityQueue<B>
org.elasticsearch.search.aggregations.bucket.terms.BucketPriorityQueue<B>
- All Implemented Interfaces:
Iterable<B>
public class BucketPriorityQueue<B>
extends org.apache.lucene.util.PriorityQueue<B>
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
BucketPriorityQueue
-
-
Method Details
-
lessThan
- Specified by:
lessThanin classorg.apache.lucene.util.PriorityQueue<B>
-