Interface PackBitmapIndexWriter

All Known Implementing Classes:
PackBitmapIndexWriterV1
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 PackBitmapIndexWriter
Represents a function that accepts a collection of bitmaps and write them into storage.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(PackBitmapIndexBuilder bitmaps, byte[] packChecksum)
     
  • Method Details

    • write

      void write(PackBitmapIndexBuilder bitmaps, byte[] packChecksum) throws IOException
      Parameters:
      bitmaps - list of bitmaps to be written to a bitmap index
      packChecksum - checksum of the pack that the bitmap index refers to
      Throws:
      IOException - thrown in case of IO errors while writing the bitmap index