Module org.elasticsearch.server
Package org.elasticsearch.index.engine
Interface MergeMemoryEstimateProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionlong
estimateMergeMemoryBytes
(org.apache.lucene.index.MergePolicy.OneMerge merge) Returns an estimate of the memory needed to perform a merge
-
Method Details
-
estimateMergeMemoryBytes
long estimateMergeMemoryBytes(org.apache.lucene.index.MergePolicy.OneMerge merge) Returns an estimate of the memory needed to perform a merge
-