Interface InternalSignificantTerms.Bucket.Reader<B extends InternalSignificantTerms.Bucket<B>>

Enclosing class:
InternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>>
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 static interface InternalSignificantTerms.Bucket.Reader<B extends InternalSignificantTerms.Bucket<B>>
Reads a bucket. Should be a constructor reference.
  • Method Summary

    Modifier and Type Method Description
    B read​(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)  
  • Method Details

    • read

      B read​(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format) throws java.io.IOException
      Throws:
      java.io.IOException