public class InsightsConfigImpl extends BaseConfig implements InsightsConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLLECT_CUSTOM_EVENTS |
static boolean |
DEFAULT_ENABLED |
static int |
DEFAULT_MAX_ATTRIBUTE_VALUE |
static int |
DEFAULT_MAX_SAMPLES_STORED |
static java.lang.String |
ENABLED |
static java.lang.String |
ENABLED_PROP |
static java.lang.String |
MAX_ATTRIBUTE_VALUE |
static int |
MAX_MAX_ATTRIBUTE_VALUE |
static java.lang.String |
MAX_SAMPLES_STORED_PROP |
static java.lang.String |
SYSTEM_PROPERTY_ROOT |
addDeprecatedProperties, COMMA_SEPARATOR, deprecatedProperties, SEMI_COLON_SEPARATOR, systemPropertyPrefix| Constructor and Description |
|---|
InsightsConfigImpl(java.util.Map<java.lang.String,java.lang.Object> pProps,
boolean highSecurity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxAttributeValue()
Returns the max attribute size.
|
int |
getMaxSamplesStored() |
boolean |
isEnabled() |
addDeprecatedProperty, castValue, clearDeprecatedProperties, getDoubleProperty, getIntegerSet, getIntProperty, getProperties, getProperty, getProperty, getPropertyFromSystemEnvironment, getPropertyFromSystemProperties, getStringPropertyOrNull, getSystemPropertyKey, getUniqueStrings, getUniqueStrings, getUniqueStringsFromCollection, getUniqueStringsFromCollection, getUniqueStringsFromString, nestedPropspublic static final java.lang.String MAX_SAMPLES_STORED_PROP
public static final int DEFAULT_MAX_SAMPLES_STORED
public static final java.lang.String MAX_ATTRIBUTE_VALUE
public static final int DEFAULT_MAX_ATTRIBUTE_VALUE
public static final int MAX_MAX_ATTRIBUTE_VALUE
public static final java.lang.String ENABLED_PROP
public static final boolean DEFAULT_ENABLED
public static final java.lang.String SYSTEM_PROPERTY_ROOT
public static final java.lang.String ENABLED
public static final java.lang.String COLLECT_CUSTOM_EVENTS
public InsightsConfigImpl(java.util.Map<java.lang.String,java.lang.Object> pProps,
boolean highSecurity)
public boolean isEnabled()
isEnabled in interface InsightsConfigpublic int getMaxSamplesStored()
getMaxSamplesStored in interface InsightsConfigpublic int getMaxAttributeValue()
InsightsConfiggetMaxAttributeValue in interface InsightsConfig