public class Config extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_BATCH_TRANSACTION |
static String |
CONFIG_LOG_REQUESTS |
static String |
CONFIG_PREFIX |
static String |
CONFIG_STREAM |
static String |
IGNORE_SSL_HANDSHAKE |
static String |
WRITE_THREADS |
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
static int |
getConnectTimeout() |
static int |
getReadTimeout() |
static int |
getWriterThreads() |
static boolean |
ignoreSSLHandshake() |
static boolean |
streamingIsEnabled() |
static boolean |
useBatchTransactions() |
static boolean |
useLoggingFilter() |
public static final String CONFIG_PREFIX
public static final String CONFIG_STREAM
public static final String CONFIG_BATCH_TRANSACTION
public static final String CONFIG_LOG_REQUESTS
public static final String WRITE_THREADS
public static final String IGNORE_SSL_HANDSHAKE
public static int getConnectTimeout()
public static int getReadTimeout()
public static boolean streamingIsEnabled()
public static boolean useBatchTransactions()
public static boolean useLoggingFilter()
public static int getWriterThreads()
public static boolean ignoreSSLHandshake()
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.