public class ConfigurationDefaults
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static CrashReportingLevel |
DEFAULT_CRASH_REPORTING_LEVEL
Default crash reporting level used, if no other value was specified
|
static DataCollectionLevel |
DEFAULT_DATA_COLLECTION_LEVEL
Default data collection level used, if no other value was specified
|
static long |
DEFAULT_LOWER_MEMORY_BOUNDARY_IN_BYTES
Defines the lower memory boundary of the
BeaconCache |
static long |
DEFAULT_MAX_RECORD_AGE_IN_MILLIS
The default
BeaconCacheConfiguration when user does not override it. |
static long |
DEFAULT_UPPER_MEMORY_BOUNDARY_IN_BYTES
Defines the default upper memory boundary of the
BeaconCache. |
public static final long DEFAULT_MAX_RECORD_AGE_IN_MILLIS
BeaconCacheConfiguration when user does not override it.
Default settings allow beacons which are max 2 hours old and unbounded memory limits.public static final long DEFAULT_UPPER_MEMORY_BOUNDARY_IN_BYTES
BeaconCache.
The upper boundary is the size limit at which the BeaconCache
will start evicting records. The default uppper boundary is 100 MB
public static final long DEFAULT_LOWER_MEMORY_BOUNDARY_IN_BYTES
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
public static final DataCollectionLevel DEFAULT_DATA_COLLECTION_LEVEL
public static final CrashReportingLevel DEFAULT_CRASH_REPORTING_LEVEL