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.

@FunctionalInterface public interface MergeMemoryEstimateProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    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