Class FileRemoteConfigConfiguration
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.confluent.telemetry.config.remote.RemoteConfigConfiguration
io.confluent.telemetry.config.remote.polling.PollingRemoteConfigurationConfig
io.confluent.telemetry.config.remote.file.FileRemoteConfigConfiguration
-
Field Summary
FieldsFields inherited from class io.confluent.telemetry.config.remote.polling.PollingRemoteConfigurationConfig
DEFAULT_MAX_RETRY_ATTEMPTS, DEFAULT_REFRESH_INTERVAL, DEFAULT_RETRY_BACKOFF_MULTIPLIER, DEFAULT_RETRY_INITIAL_DELAY_MS, DEFAULT_RETRY_MAX_DELAY_MS, MAX_RETRY_ATTEMPTS_CONFIG, MAX_RETRY_ATTEMPTS_DOC, REFRESH_INTERVAL_MS_CONFIG, REFRESH_INTERVAL_MS_DOC, RETRY_BACKOFF_MULTIPLIER_CONFIG, RETRY_BACKOFF_MULTIPLIER_DOC, RETRY_INITIAL_DELAY_MS_CONFIG, RETRY_INITIAL_DELAY_MS_DOC, RETRY_MAX_DELAY_MS_CONFIG, RETRY_MAX_DELAY_MS_DOCFields inherited from class io.confluent.telemetry.config.remote.RemoteConfigConfiguration
DEFAULT_ENABLED, ENABLED_CONFIG, ENABLED_CONFIG_DOCFields inherited from class org.apache.kafka.common.config.AbstractConfig
AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.confluent.telemetry.config.remote.polling.PollingRemoteConfigurationConfig
defineConfigs, getMaxRetryAttempts, getRefreshInterval, getRetryBackoffMultiplier, getRetryInitialDelayMs, getRetryMaxDelayMsMethods inherited from class io.confluent.telemetry.config.remote.RemoteConfigConfiguration
isEnabledMethods inherited from class org.apache.kafka.common.config.AbstractConfig
documentationOf, 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, valuesWithPrefixOverride
-
Field Details
-
PATH_CONFIG
- See Also:
-
PATH_DOC
- See Also:
-
-
Constructor Details
-
FileRemoteConfigConfiguration
-