Interface BloomFilterCreator

    • Method Summary

      Modifier and Type Method Description
      void add​(String value)
      Adds a value to the bloom filter.
      void seal()
      Seals the index and flushes it to disk.
    • Method Detail

      • add

        void add​(String value)
        Adds a value to the bloom filter.