Class ClientConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.confluent.telemetry.exporter.ClientConfig
- Direct Known Subclasses:
HttpClientConfig,ProducerClientConfig
public abstract class ClientConfig
extends org.apache.kafka.common.config.AbstractConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.apache.kafka.common.config.AbstractConfig
AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG -
Constructor Summary
ConstructorsConstructorDescriptionClientConfig(String name, org.apache.kafka.common.config.ConfigDef definition, Map<?, ?> originals, boolean doLog) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()reconfigure(Map<String, ?> overrides) Return a new ClientConfig by overriding this config with the provided MapMethods 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
-
TYPE_CONFIG
- See Also:
-
TYPE_CONFIG_DOC
-
-
Constructor Details
-
ClientConfig
-
-
Method Details
-
getName
-
getType
-
parseType
-
reconfigure
Return a new ClientConfig by overriding this config with the provided Map
-