| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | CUSTOM_INDEX_OPTION_NAME | "class_name" | 
| public static final String | INDEX_ENTRIES_OPTION_NAME | "index_keys_and_values" | 
| public static final String | INDEX_KEYS_OPTION_NAME | "index_keys" | 
| public static final String | TARGET_OPTION_NAME | "target" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | KS_NAME | "keyspace_name" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | CORE_POOL_LOCAL_KEY | "corePoolLocal" | 
| public static final String | CORE_POOL_REMOTE_KEY | "corePoolRemote" | 
| public static final int | DEFAULT_HEARTBEAT_INTERVAL_SECONDS | 30 | 
| public static final int | DEFAULT_IDLE_TIMEOUT_SECONDS | 120 | 
| public static final int | DEFAULT_MAX_QUEUE_SIZE | 256 | 
| public static final int | DEFAULT_POOL_TIMEOUT_MILLIS | 5000 | 
| public static final String | MAX_POOL_LOCAL_KEY | "maxPoolLocal" | 
| public static final String | MAX_POOL_REMOTE_KEY | "maxPoolRemote" | 
| public static final String | MAX_REQUESTS_PER_CONNECTION_LOCAL_KEY | "maxRequestsPerConnectionLocal" | 
| public static final String | MAX_REQUESTS_PER_CONNECTION_REMOTE_KEY | "maxRequestsPerConnectionRemote" | 
| public static final String | NEW_CONNECTION_THRESHOLD_LOCAL_KEY | "newConnectionThresholdLocal" | 
| public static final String | NEW_CONNECTION_THRESHOLD_REMOTE_KEY | "newConnectionThresholdRemote" | 
| public static final int | UNSET | -2147483648 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_LOCAL_PORT_HIGH | 60000 | 
| public static final int | DEFAULT_LOCAL_PORT_LOW | 10000 | 
| public static final int | DEFAULT_MAX_SCHEMA_AGREEMENT_WAIT_SECONDS | 10 | 
| public static final int | DEFAULT_PORT | 9042 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_MAX_LOGGED_PARAMETERS | 50 | 
| public static final int | DEFAULT_MAX_PARAMETER_VALUE_LENGTH | 50 | 
| public static final int | DEFAULT_MAX_QUERY_STRING_LENGTH | 500 | 
| public static final long | DEFAULT_SLOW_QUERY_THRESHOLD_MS | 5000L | 
| public static final double | DEFAULT_SLOW_QUERY_THRESHOLD_PERCENTILE | 99.0 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_FETCH_SIZE | 5000 | 
| public static final boolean | DEFAULT_IDEMPOTENCE | false | 
| public static final int | DEFAULT_MAX_PENDING_REFRESH_NODE_LIST_REQUESTS | 20 | 
| public static final int | DEFAULT_MAX_PENDING_REFRESH_NODE_REQUESTS | 20 | 
| public static final int | DEFAULT_MAX_PENDING_REFRESH_SCHEMA_REQUESTS | 20 | 
| public static final int | DEFAULT_REFRESH_NODE_INTERVAL_MILLIS | 1000 | 
| public static final int | DEFAULT_REFRESH_NODE_LIST_INTERVAL_MILLIS | 1000 | 
| public static final int | DEFAULT_REFRESH_SCHEMA_INTERVAL_MILLIS | 1000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | DEFAULT_CONNECT_TIMEOUT_MILLIS | 5000 | 
| public static final int | DEFAULT_READ_TIMEOUT_MILLIS | 12000 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final double | DEFAULT_EXCLUSION_THRESHOLD | 2.0 | 
| public static final int | DEFAULT_MIN_MEASURE | 50 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | PID_SYSTEM_PROPERTY | "com.datastax.driver.PID" | 
Copyright © 2012–2025. All rights reserved.