public class CruiseControlConfig extends AbstractConfig
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MAX_ALLOWED_EXTRAPOLATIONS_PER_ENTITY_CONFIG
max.allowed.extrapolations.per.entity |
static java.lang.String |
METRIC_SAMPLE_AGGREGATOR_COMPLETENESS_CACHE_SIZE_CONFIG
metric.sample.aggregator.completeness.cache.size |
static java.lang.String |
METRICS_WINDOW_MS_CONFIG
window.ms |
static java.lang.String |
MIN_SAMPLES_PER_METRICS_WINDOW_CONFIG
min.samples.per.window |
static java.lang.String |
NUM_METRICS_WINDOWS_CONFIG
num.windows |
NL
Constructor and Description |
---|
CruiseControlConfig(ConfigDef definition,
java.util.Map<?,?> originals) |
CruiseControlConfig(ConfigDef definition,
java.util.Map<?,?> originals,
boolean doLog) |
CruiseControlConfig(java.util.Map<java.lang.String,java.lang.Object> parsedConfig) |
equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, originals, originalsStrings, originalsWithPrefix, postProcessParsedConfig, typeOf, unused, values, valuesWithPrefixOverride
public static final java.lang.String METRICS_WINDOW_MS_CONFIG
window.ms
public static final java.lang.String NUM_METRICS_WINDOWS_CONFIG
num.windows
public static final java.lang.String MIN_SAMPLES_PER_METRICS_WINDOW_CONFIG
min.samples.per.window
public static final java.lang.String MAX_ALLOWED_EXTRAPOLATIONS_PER_ENTITY_CONFIG
max.allowed.extrapolations.per.entity
public static final java.lang.String METRIC_SAMPLE_AGGREGATOR_COMPLETENESS_CACHE_SIZE_CONFIG
metric.sample.aggregator.completeness.cache.size
public CruiseControlConfig(ConfigDef definition, java.util.Map<?,?> originals, boolean doLog)
public CruiseControlConfig(ConfigDef definition, java.util.Map<?,?> originals)
public CruiseControlConfig(java.util.Map<java.lang.String,java.lang.Object> parsedConfig)