Class ConfigurationDefaults


  • public class ConfigurationDefaults
    extends java.lang.Object
    Class containing all default values for all configurations.
    • Field Detail

      • DEFAULT_MAX_RECORD_AGE_IN_MILLIS

        public static final long DEFAULT_MAX_RECORD_AGE_IN_MILLIS
        The default BeaconCacheConfiguration when user does not override it. Default settings allow beacons which are max 2 hours old and unbounded memory limits.
      • DEFAULT_UPPER_MEMORY_BOUNDARY_IN_BYTES

        public static final long DEFAULT_UPPER_MEMORY_BOUNDARY_IN_BYTES
        Defines the default upper memory boundary of the BeaconCache.

        The upper boundary is the size limit at which the BeaconCache will start evicting records. The default uppper boundary is 100 MB

        See Also:
        Constant Field Values
      • DEFAULT_LOWER_MEMORY_BOUNDARY_IN_BYTES

        public static final long DEFAULT_LOWER_MEMORY_BOUNDARY_IN_BYTES
        Defines the lower memory boundary of the BeaconCache

        The lower boundary is the size until which the BeaconCache will evict records once the upper boundary was exceeded. The default lower boundary is 80 MB

        See Also:
        Constant Field Values
      • DEFAULT_DATA_COLLECTION_LEVEL

        public static final DataCollectionLevel DEFAULT_DATA_COLLECTION_LEVEL
        Default data collection level used, if no other value was specified
      • DEFAULT_CRASH_REPORTING_LEVEL

        public static final CrashReportingLevel DEFAULT_CRASH_REPORTING_LEVEL
        Default crash reporting level used, if no other value was specified