Package org.apache.solr.handler.admin
Class IndexSizeEstimator.ItemPriorityQueue
java.lang.Object
org.apache.lucene.util.PriorityQueue<IndexSizeEstimator.Item>
org.apache.solr.handler.admin.IndexSizeEstimator.ItemPriorityQueue
- All Implemented Interfaces:
Iterable<IndexSizeEstimator.Item>,org.apache.solr.common.MapSerializable,org.apache.solr.common.MapWriter,org.apache.solr.common.NavigableObject,org.noggit.JSONWriter.Writable
- Enclosing class:
IndexSizeEstimator
public static class IndexSizeEstimator.ItemPriorityQueue
extends org.apache.lucene.util.PriorityQueue<IndexSizeEstimator.Item>
implements org.apache.solr.common.MapWriter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
org.apache.solr.common.MapWriter.EntryWriter -
Field Summary
Fields inherited from interface org.apache.solr.common.MapWriter
EMPTY -
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, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.apache.solr.common.MapWriter
jsonStr, toMap, writeMethods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
-
Constructor Details
-
ItemPriorityQueue
public ItemPriorityQueue(int maxSize)
-
-
Method Details
-
lessThan
- Specified by:
lessThanin classorg.apache.lucene.util.PriorityQueue<IndexSizeEstimator.Item>
-
toString
-
writeMap
- Specified by:
writeMapin interfaceorg.apache.solr.common.MapWriter- Throws:
IOException
-