public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_PORT_STR
The ZK client port key in the ZK properties map.
|
static int |
CPU_WINDOW
window for calculating cpu busy
|
static String |
CQD_ESTIMATE_HBASE_ROW_COUNT_OFF
CQD to turn table stats off
|
static String |
DCS_MASTER_PORT
Configuration key for DCS master port
|
static int |
DEFAULT_DCS_MASTER_PORT
Default value for DCS master port
|
static String |
DEFAULT_HOST
default host address
|
static String |
DEFAULT_REST_CLOUD_COMMAND
Default value for REST cloud command
|
static String |
DEFAULT_REST_DNS_INTERFACE
Default value for REST DNS interface
|
static String |
DEFAULT_REST_KEYSTORE
Default ssl keystore
|
static String |
DEFAULT_REST_KEYSTORE_COMMAND
Rest Keystore creation command
|
static boolean |
DEFAULT_REST_MASTER_AUTHORIZATION
Default value for Rest authorization feature
|
static int |
DEFAULT_T4_DRIVER_MAX_POOL_SIZE
Rest minPoolSize used in JdbcT4Util
|
static int |
DEFAULT_T4_DRIVER_MIN_POOL_SIZE
Rest minPoolSize used in JdbcT4Util
|
static String |
DEFAULT_T4_DRIVER_USERNAME_PASSWORD
Rest default base64 encoded username:password used in JdbcT4Util
|
static int |
DEFAULT_ZK_RECOVERY_RETRY
Default value for ZooKeeper recovery retry
|
static int |
DEFAULT_ZK_RECOVERY_RETRY_INTERVAL_MILLIS
Default value for ZooKeeper recovery retry interval millis
|
static int |
DEFAULT_ZK_SESSION_TIMEOUT
Default value for ZooKeeper session timeout
|
static int |
DEFAULT_ZOOKEEPER_CLIENT_PORT
Default client port that the zookeeper listens on
|
static String |
DEFAULT_ZOOKEEPER_ZNODE_MASTER |
static String |
DEFAULT_ZOOKEEPER_ZNODE_MASTER_LEADER |
static String |
DEFAULT_ZOOKEEPER_ZNODE_PARENT |
static String |
DEFAULT_ZOOKEEPER_ZNODE_SERVERS |
static String |
DEFAULT_ZOOKEEPER_ZNODE_SERVERS_REGISTERED |
static String |
DEFAULT_ZOOKEEPER_ZNODE_SERVERS_RUNNING |
static int |
DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS
Default limit on concurrent client-side zookeeper connections
|
static long |
DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME
Default wait time for the recoverable zookeeper
|
static int |
FOREVER
Unlimited time-to-live.
|
static String |
LOCALHOST
Host name of the local machine
|
static String |
NINES |
static int |
PLATFORM_STATS_DELAY
delay before next calculation of memusage and cpubusy
|
static String |
REST_CLOUD_COMMAND
REST cloud command
|
static String |
REST_DNS_INTERFACE
Configuration key for REST DNS interface
|
static String |
REST_KEYSTORE
Rest ssl keystore
|
static String |
REST_KEYSTORE_COMMAND
Rest keystore command
|
static String |
REST_MASTER_AUTHORIZATION
Rest authorization feature
|
static boolean |
REST_MASTER_AUTHORIZATION_IS_ENABLED
Rest authorization is enabled
|
static boolean |
REST_MASTER_AUTHORIZATION_IS_NOT_ENABLED
Rest authorization is not enabled
|
static boolean |
REST_MASTER_TRAFODION_QUERY_TOOLS_IS_NOT_ENABLED
Rest Trafodion query tools is not enabled
|
static String |
REST_SSL_PASSWORD
Rest ssl password
|
static String |
REST_TRAFODION_HOME
User program feature is enabled
|
static String |
SYS_SHELL_SCRIPT_NAME
The sys_shell script name
|
static String |
T2_DRIVER_CLASS_NAME
T2 Driver name
|
static String |
T2_DRIVER_URL
T2 Driver URL
|
static String |
T4_DRIVER_CLASS_NAME
T4 Driver name
|
static String |
T4_DRIVER_MAX_POOL_SIZE
Rest minPoolSize used in JdbcT4Util
|
static String |
T4_DRIVER_MIN_POOL_SIZE
Rest minPoolSize used in JdbcT4Util
|
static String |
T4_DRIVER_URL
T4 Driver URL
|
static String |
T4_DRIVER_USERNAME_PASSWORD
Rest base64 encoded username:password used in JdbcT4Util
|
static Long |
THIRTY_SECONDS
long constant for thirty
|
static String |
UTF8_ENCODING
When we encode strings, we always specify UTF8 encoding
|
static String |
VERSION_FILE_NAME
name of version file
|
static int |
WEEK_IN_SECONDS
Seconds in a week
|
static Long |
ZERO_L
long constant for zero
|
static String |
ZEROES |
static String |
ZK_CFG_PROPERTY_PREFIX
Common prefix of ZooKeeper configuration properties
|
static int |
ZK_CFG_PROPERTY_PREFIX_LEN |
static String |
ZK_RECOVERY_RETRY
Configuration key for ZooKeeper recovery retry
|
static String |
ZK_RECOVERY_RETRY_INTERVAL_MILLIS
Configuration key for ZooKeeper recovery retry interval millis
|
static String |
ZK_SESSION_TIMEOUT
Configuration key for ZooKeeper session timeout
|
static String |
ZOOKEEPER_CLIENT_PORT
Parameter name for the client port that the zookeeper listens on
|
static String |
ZOOKEEPER_CONFIG_NAME
Name of ZooKeeper config file in conf/ directory.
|
static String |
ZOOKEEPER_DATA_DIR
Parameter name for the ZK data directory
|
static String |
ZOOKEEPER_MAX_CLIENT_CNXNS
Parameter name for the limit on concurrent client-side zookeeper
connections
|
static String |
ZOOKEEPER_QUORUM
Name of ZooKeeper quorum configuration parameter.
|
static String |
ZOOKEEPER_RECOVERABLE_WAITTIME
Parameter name for the wait time for the recoverable zookeeper
|
static String |
ZOOKEEPER_USEMULTI
Configuration key for whether to use ZK.multi
|
static String |
ZOOKEEPER_ZNODE_PARENT
Parameter name for the dcs root dir in ZK for this cluster
|
public static final Long ZERO_L
public static final String NINES
public static final String ZEROES
public static final String VERSION_FILE_NAME
public static final Long THIRTY_SECONDS
public static final String DEFAULT_HOST
public static final String DCS_MASTER_PORT
public static final int DEFAULT_DCS_MASTER_PORT
public static final String ZOOKEEPER_QUORUM
public static final String ZOOKEEPER_CONFIG_NAME
public static final String ZK_CFG_PROPERTY_PREFIX
public static final int ZK_CFG_PROPERTY_PREFIX_LEN
public static final String CLIENT_PORT_STR
public static final String ZOOKEEPER_CLIENT_PORT
public static final int DEFAULT_ZOOKEEPER_CLIENT_PORT
public static final String ZOOKEEPER_RECOVERABLE_WAITTIME
public static final long DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME
public static final String ZOOKEEPER_ZNODE_PARENT
public static final String DEFAULT_ZOOKEEPER_ZNODE_PARENT
public static final String DEFAULT_ZOOKEEPER_ZNODE_MASTER
public static final String DEFAULT_ZOOKEEPER_ZNODE_MASTER_LEADER
public static final String DEFAULT_ZOOKEEPER_ZNODE_SERVERS
public static final String DEFAULT_ZOOKEEPER_ZNODE_SERVERS_RUNNING
public static final String DEFAULT_ZOOKEEPER_ZNODE_SERVERS_REGISTERED
public static final String ZOOKEEPER_MAX_CLIENT_CNXNS
public static final String ZOOKEEPER_DATA_DIR
public static final int DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS
public static final String ZK_SESSION_TIMEOUT
public static final int DEFAULT_ZK_SESSION_TIMEOUT
public static final String ZK_RECOVERY_RETRY
public static final int DEFAULT_ZK_RECOVERY_RETRY
public static final String ZK_RECOVERY_RETRY_INTERVAL_MILLIS
public static final int DEFAULT_ZK_RECOVERY_RETRY_INTERVAL_MILLIS
public static final String ZOOKEEPER_USEMULTI
public static final String UTF8_ENCODING
public static final int FOREVER
public static final int WEEK_IN_SECONDS
public static final String LOCALHOST
public static final int CPU_WINDOW
public static final int PLATFORM_STATS_DELAY
public static final String REST_DNS_INTERFACE
public static final String DEFAULT_REST_DNS_INTERFACE
public static final String REST_CLOUD_COMMAND
public static final String DEFAULT_REST_CLOUD_COMMAND
public static final String REST_TRAFODION_HOME
public static final String SYS_SHELL_SCRIPT_NAME
public static final boolean REST_MASTER_TRAFODION_QUERY_TOOLS_IS_NOT_ENABLED
public static final String T2_DRIVER_CLASS_NAME
public static final String T2_DRIVER_URL
public static final String CQD_ESTIMATE_HBASE_ROW_COUNT_OFF
public static final String T4_DRIVER_CLASS_NAME
public static final String T4_DRIVER_URL
public static final String T4_DRIVER_USERNAME_PASSWORD
public static final String DEFAULT_T4_DRIVER_USERNAME_PASSWORD
public static final String T4_DRIVER_MIN_POOL_SIZE
public static final int DEFAULT_T4_DRIVER_MIN_POOL_SIZE
public static final String T4_DRIVER_MAX_POOL_SIZE
public static final int DEFAULT_T4_DRIVER_MAX_POOL_SIZE
public static final String REST_MASTER_AUTHORIZATION
public static final boolean REST_MASTER_AUTHORIZATION_IS_NOT_ENABLED
public static final boolean REST_MASTER_AUTHORIZATION_IS_ENABLED
public static final boolean DEFAULT_REST_MASTER_AUTHORIZATION
public static final String REST_SSL_PASSWORD
public static final String REST_KEYSTORE
public static final String DEFAULT_REST_KEYSTORE
public static final String REST_KEYSTORE_COMMAND
public static final String DEFAULT_REST_KEYSTORE_COMMAND
Copyright © 2016. All rights reserved.