Class BloomFilterCache


  • public class BloomFilterCache
    extends java.lang.Object
    This class is used to cache BloomFilter in IoTDB. The caching strategy is LRU.
    • Method Detail

      • calculateChunkHitRatio

        public double calculateChunkHitRatio()
      • getEvictionCount

        public long getEvictionCount()
      • getMaxMemory

        public long getMaxMemory()
      • getAverageLoadPenalty

        public double getAverageLoadPenalty()
      • getAverageSize

        public long getAverageSize()
      • clear

        public void clear()
        clear LRUCache.