public class KubernetesConfigMapRemoteConfigurationConfig extends PollingRemoteConfigurationConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_MAP_NAME_CONFIG |
static String |
CONFIG_MAP_NAME_DOC |
static long |
DEFAULT_MAX_RETRY_BACKOFF_MS |
static String |
DEFAULT_NAMESPACE |
static long |
DEFAULT_RETRY_BACKOFF_MS |
static String |
MAX_RETRY_BACKOFF_MS |
static String |
MAX_RETRY_BACKOFF_MS_DOC |
static String |
NAMESPACE_CONFIG |
static String |
NAMESPACE_DOC |
static String |
RETRY_BACKOFF_MS |
static String |
RETRY_BACKOFF_MS_DOC |
DEFAULT_REFRESH_INTERVAL, REFRESH_INTERVAL_SEC_CONFIG, REFRESH_INTERVAL_SEC_DOCDEFAULT_ENABLED, ENABLED_CONFIG, ENABLED_CONFIG_DOC| Constructor and Description |
|---|
KubernetesConfigMapRemoteConfigurationConfig(Map<?,?> originals,
boolean doLog) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxRetryBackoffMs() |
long |
getRetryBackoffMs() |
defineConfigs, getRefreshIntervalMsisEnableddocumentationOf, equals, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverridepublic static final String NAMESPACE_CONFIG
public static final String DEFAULT_NAMESPACE
public static final String NAMESPACE_DOC
public static final String CONFIG_MAP_NAME_CONFIG
public static final String CONFIG_MAP_NAME_DOC
public static final String RETRY_BACKOFF_MS
public static final long DEFAULT_RETRY_BACKOFF_MS
public static final String RETRY_BACKOFF_MS_DOC
public static final String MAX_RETRY_BACKOFF_MS
public static final long DEFAULT_MAX_RETRY_BACKOFF_MS
public static final String MAX_RETRY_BACKOFF_MS_DOC
public KubernetesConfigMapRemoteConfigurationConfig(Map<?,?> originals, boolean doLog)