Class MapSettings


  • public class MapSettings
    extends Object
    Stores settings ChronicleMap has been initialized with to trigger map re-creation when settings change (since ChronicleMap doesn't persist init values for entries/avgKeySize/avgValueSize)
    Author:
    [email protected]
    • Constructor Detail

      • MapSettings

        public MapSettings​(long entries,
                           double avgKeySize,
                           double avgValueSize)
    • Method Detail

      • getEntries

        public long getEntries()
      • getAvgKeySize

        public double getAvgKeySize()
      • getAvgValueSize

        public double getAvgValueSize()