Class LruBlockCacheConfiguration


  • public final class LruBlockCacheConfiguration
    extends Object
    • Field Detail

      • DEFAULT_LOAD_FACTOR

        public static final Float DEFAULT_LOAD_FACTOR
        Backing Concurrent Map Configuration
      • DEFAULT_CONCURRENCY_LEVEL

        public static final Integer DEFAULT_CONCURRENCY_LEVEL
      • DEFAULT_MIN_FACTOR

        public static final Float DEFAULT_MIN_FACTOR
        Eviction thresholds
      • DEFAULT_ACCEPTABLE_FACTOR

        public static final Float DEFAULT_ACCEPTABLE_FACTOR
      • DEFAULT_SINGLE_FACTOR

        public static final Float DEFAULT_SINGLE_FACTOR
        Priority buckets
      • DEFAULT_MULTI_FACTOR

        public static final Float DEFAULT_MULTI_FACTOR
      • DEFAULT_MEMORY_FACTOR

        public static final Float DEFAULT_MEMORY_FACTOR
    • Method Detail

      • getAcceptableFactor

        public float getAcceptableFactor()
      • getMinFactor

        public float getMinFactor()
      • getSingleFactor

        public float getSingleFactor()
      • getMultiFactor

        public float getMultiFactor()
      • getMemoryFactor

        public float getMemoryFactor()
      • getMapLoadFactor

        public float getMapLoadFactor()
      • getMapConcurrencyLevel

        public int getMapConcurrencyLevel()
      • isUseEvictionThread

        public boolean isUseEvictionThread()
      • getMaxSize

        public long getMaxSize()
      • getBlockSize

        public long getBlockSize()