Constant Field Values


Contents
org.apache.*

org.apache.flume.api.RpcClientConfigurationConstants
public static final String CONFIG_BACKOFF "backoff"
public static final String CONFIG_BATCH_SIZE "batch-size"
public static final String CONFIG_CLIENT_TYPE "client.type"
public static final String CONFIG_COMPRESSION_LEVEL "compression-level"
public static final String CONFIG_COMPRESSION_TYPE "compression-type"
public static final String CONFIG_CONNECT_TIMEOUT "connect-timeout"
public static final String CONFIG_CONNECTION_POOL_SIZE "maxConnections"
public static final String CONFIG_EXCLUDE_PROTOCOLS "exclude-protocols"
public static final String CONFIG_HOST_SELECTOR "host-selector"
public static final String CONFIG_HOSTS "hosts"
public static final String CONFIG_HOSTS_PREFIX "hosts."
public static final String CONFIG_MAX_ATTEMPTS "max-attempts"
public static final String CONFIG_MAX_BACKOFF "maxBackoff"
public static final String CONFIG_REQUEST_TIMEOUT "request-timeout"
public static final String CONFIG_SSL "ssl"
public static final String CONFIG_TRUST_ALL_CERTS "trust-all-certs"
public static final String CONFIG_TRUSTSTORE "truststore"
public static final String CONFIG_TRUSTSTORE_PASSWORD "truststore-password"
public static final String CONFIG_TRUSTSTORE_TYPE "truststore-type"
public static final String DEFAULT_BACKOFF "false"
public static final int DEFAULT_COMPRESSION_LEVEL 6
public static final int DEFAULT_CONNECTION_POOL_SIZE 5
public static final String HOST_SELECTOR_RANDOM "RANDOM"
public static final String HOST_SELECTOR_ROUND_ROBIN "ROUND_ROBIN"
public static final String MAX_IO_WORKERS "maxIoWorkers"



Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.