Class CacheChangesTracker.LazyBloomFilter

  • Enclosing class:
    CacheChangesTracker

    public static class CacheChangesTracker.LazyBloomFilter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyBloomFilter​(int entries)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean mightContain​(java.lang.String entry)  
      void put​(java.lang.String entry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LazyBloomFilter

        public LazyBloomFilter​(int entries)
    • Method Detail

      • put

        public void put​(java.lang.String entry)
      • mightContain

        public boolean mightContain​(java.lang.String entry)