Interface BucketedSort.ExtraData.Loader

Enclosing interface:
BucketedSort.ExtraData
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 BucketedSort.ExtraData.Loader
  • Method Summary

    Modifier and Type Method Description
    void loadFromDoc​(long index, int doc)
    Load extra data from a doc.
  • Method Details

    • loadFromDoc

      void loadFromDoc​(long index, int doc) throws java.io.IOException
      Load extra data from a doc.

      Implementers should grow their underlying storage to fit the index.

      Throws:
      java.io.IOException