Interface ExponentialHistogramMerger.Factory
- All Superinterfaces:
org.apache.lucene.util.Accountable,AutoCloseable,Closeable,Releasable
- All Known Implementing Classes:
MergerFactoryImpl
- Enclosing class:
ExponentialHistogramMerger
public static interface ExponentialHistogramMerger.Factory
extends org.apache.lucene.util.Accountable, Releasable
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
createMerger
ExponentialHistogramMerger createMerger()Creates a newExponentialHistogramMerger. All mergers created by this factory must not be used concurrently.
-