Package org.apache.kafka.clients.admin
Class AdminClientConfig
- java.lang.Object
-
- org.apache.kafka.common.config.AbstractConfig
-
- org.apache.kafka.clients.admin.AdminClientConfig
-
public class AdminClientConfig extends AbstractConfig
The AdminClient configuration class, which also contains constants for configuration entry names.
-
-
Field Summary
-
Fields inherited from class org.apache.kafka.common.config.AbstractConfig
CONFIG_PROVIDERS_CONFIG
-
-
Constructor Summary
Constructors Constructor Description AdminClientConfig(Map<?,?> props)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConfigDef
configDef()
static Set<String>
configNames()
static void
main(String[] args)
-
Methods 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 Detail
-
BOOTSTRAP_SERVERS_CONFIG
public static final String BOOTSTRAP_SERVERS_CONFIG
bootstrap.servers
- See Also:
- Constant Field Values
-
CLIENT_DNS_LOOKUP_CONFIG
public static final String CLIENT_DNS_LOOKUP_CONFIG
client.dns.lookup
- See Also:
- Constant Field Values
-
RECONNECT_BACKOFF_MS_CONFIG
public static final String RECONNECT_BACKOFF_MS_CONFIG
reconnect.backoff.ms
- See Also:
- Constant Field Values
-
RECONNECT_BACKOFF_MAX_MS_CONFIG
public static final String RECONNECT_BACKOFF_MAX_MS_CONFIG
reconnect.backoff.max.ms
- See Also:
- Constant Field Values
-
RETRY_BACKOFF_MS_CONFIG
public static final String RETRY_BACKOFF_MS_CONFIG
retry.backoff.ms
- See Also:
- Constant Field Values
-
SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG
public static final String SOCKET_CONNECTION_SETUP_TIMEOUT_MS_CONFIG
socket.connection.setup.timeout.ms
- See Also:
- Constant Field Values
-
SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG
public static final String SOCKET_CONNECTION_SETUP_TIMEOUT_MAX_MS_CONFIG
socket.connection.setup.timeout.max.ms
- See Also:
- Constant Field Values
-
CONNECTIONS_MAX_IDLE_MS_CONFIG
public static final String CONNECTIONS_MAX_IDLE_MS_CONFIG
connections.max.idle.ms
- See Also:
- Constant Field Values
-
REQUEST_TIMEOUT_MS_CONFIG
public static final String REQUEST_TIMEOUT_MS_CONFIG
request.timeout.ms
- See Also:
- Constant Field Values
-
CLIENT_ID_CONFIG
public static final String CLIENT_ID_CONFIG
- See Also:
- Constant Field Values
-
METADATA_MAX_AGE_CONFIG
public static final String METADATA_MAX_AGE_CONFIG
- See Also:
- Constant Field Values
-
SEND_BUFFER_CONFIG
public static final String SEND_BUFFER_CONFIG
- See Also:
- Constant Field Values
-
RECEIVE_BUFFER_CONFIG
public static final String RECEIVE_BUFFER_CONFIG
- See Also:
- Constant Field Values
-
METRIC_REPORTER_CLASSES_CONFIG
public static final String METRIC_REPORTER_CLASSES_CONFIG
- See Also:
- Constant Field Values
-
AUTO_INCLUDE_JMX_REPORTER_CONFIG
@Deprecated public static final String AUTO_INCLUDE_JMX_REPORTER_CONFIG
Deprecated.- See Also:
- Constant Field Values
-
AUTO_INCLUDE_JMX_REPORTER_DOC
public static final String AUTO_INCLUDE_JMX_REPORTER_DOC
- See Also:
- Constant Field Values
-
METRICS_NUM_SAMPLES_CONFIG
public static final String METRICS_NUM_SAMPLES_CONFIG
- See Also:
- Constant Field Values
-
METRICS_SAMPLE_WINDOW_MS_CONFIG
public static final String METRICS_SAMPLE_WINDOW_MS_CONFIG
- See Also:
- Constant Field Values
-
METRICS_RECORDING_LEVEL_CONFIG
public static final String METRICS_RECORDING_LEVEL_CONFIG
- See Also:
- Constant Field Values
-
SECURITY_PROTOCOL_CONFIG
public static final String SECURITY_PROTOCOL_CONFIG
- See Also:
- Constant Field Values
-
DEFAULT_SECURITY_PROTOCOL
public static final String DEFAULT_SECURITY_PROTOCOL
- See Also:
- Constant Field Values
-
RETRIES_CONFIG
public static final String RETRIES_CONFIG
- See Also:
- Constant Field Values
-
DEFAULT_API_TIMEOUT_MS_CONFIG
public static final String DEFAULT_API_TIMEOUT_MS_CONFIG
- See Also:
- Constant Field Values
-
SECURITY_PROVIDERS_CONFIG
public static final String SECURITY_PROVIDERS_CONFIG
security.providers
- See Also:
- Constant Field Values
-
USE_BROKERS_CONFIG
public static final String USE_BROKERS_CONFIG
use.brokers
- See Also:
- Constant Field Values
-
STREAMS_RPC_TIMEOUT_MS_CONFIG
public static final String STREAMS_RPC_TIMEOUT_MS_CONFIG
streams.rpc.timeout.ms
- See Also:
- Constant Field Values
-
STREAMS_HARDMOUNT_CONFIG
public static final String STREAMS_HARDMOUNT_CONFIG
fs.mapr.hardmount
- See Also:
- Constant Field Values
-
STREAMS_ADMIN_DEFAULT_STREAM_CONFIG
public static final String STREAMS_ADMIN_DEFAULT_STREAM_CONFIG
streams.admin.default.stream
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AdminClientConfig
public AdminClientConfig(Map<?,?> props)
-
-