| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
FALLBACK_FETCH_SIZE |
100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DATA_SOURCE_DESCRIPTION |
"Cassandra Data Source" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CONCURRENCY |
1007 |
public static final int |
DEFAULT_HOLDABILITY |
1 |
public static final int |
DEFAULT_TYPE |
1003 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_ASYNC_QUERIES |
1000 |
public static final String |
STATEMENTS_SEPARATOR_REGEX |
";" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_PRECISION |
-1 |
public static final int |
DEFAULT_SCALE |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AWS_SECRETSMANAGER_ENDPOINT_PROPERTY |
"aws.secretsmanager.endpoint" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CASSANDRA_4 |
"4.0" |
public static final String |
CASSANDRA_5 |
"5.0" |
public static final String |
COMMA |
"," |
public static final String |
DEFAULT_ASTRA_DB_USER |
"token" |
public static final String |
JDBC_DRIVER_PROPERTIES_FILE |
"jdbc-driver.properties" |
public static final String |
JSSE_KEYSTORE_PASSWORD_PROPERTY |
"javax.net.ssl.keyStorePassword" |
public static final String |
JSSE_KEYSTORE_PROPERTY |
"javax.net.ssl.keyStore" |
public static final String |
JSSE_TRUSTSTORE_PASSWORD_PROPERTY |
"javax.net.ssl.trustStorePassword" |
public static final String |
JSSE_TRUSTSTORE_PROPERTY |
"javax.net.ssl.trustStore" |
public static final String |
NULL_KEYWORD |
"NULL" |
public static final String |
SINGLE_QUOTE |
"\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALWAYS_AUTOCOMMIT |
"The Cassandra implementation is always in auto-commit mode." |
public static final String |
ARRAY_WAS_FREED |
"Array was freed." |
public static final String |
AWS_REGION_FOR_SECRET_REQUIRED |
"Either \'awsregion\' or \'awssecretregion\' parameter is required." |
public static final String |
AWS_REGION_REQUIRED |
"The \'awsregion\' parameter is required." |
public static final String |
AWS_SECRET_RETRIEVAL_FAILED |
"Unable to retrieve the secret [%s] in the region [%s]: %s" |
public static final String |
BAD_AUTO_GEN |
"Auto key generation value of: %d is illegal." |
public static final String |
BAD_CONCURRENCY_RS |
"The argument for result set concurrency: %d is not a valid value." |
public static final String |
BAD_FETCH_DIR |
"Fetch direction value of: %d is illegal." |
public static final String |
BAD_FETCH_SIZE |
"Fetch size of: %d rows may not be negative." |
public static final String |
BAD_HOLD_RS |
"The argument for result set holdability: %d is not a valid value." |
public static final String |
BAD_KEEP_RS |
"The argument for keeping the current result set: %d is not a valid value." |
public static final String |
BAD_KEYSPACE |
"Keyspace names must be composed of alphanumerics and underscores (parsed: \'%s\')." |
public static final String |
BAD_TIMEOUT |
"The timeout value was less than zero." |
public static final String |
BAD_TYPE_RS |
"The argument for result set type: %d is not a valid value." |
public static final String |
BATCH_STATEMENT_FAILURE_MSG |
"\n - Statement #%d: %s" |
public static final String |
BATCH_UPDATE_FAILED |
"At least one statement in batch has failed:" |
public static final String |
CANNOT_OPEN_SOURCE_FILE |
"Could not open \'%s\': %s" |
public static final String |
CANNOT_READ_CSV_FILE |
"Could not read CSV file to import \'%s\': %s" |
public static final String |
CANNOT_WRITE_CSV_FILE |
"Could not write CSV file \'%s\': %s" |
public static final String |
COLUMN_DEFINITIONS_RETRIEVAL_FAILED |
"Failed to retrieve the column definitions of the target table." |
public static final String |
CONNECTION_CREATION_FAILED |
"Unexpected error while creating connection." |
public static final String |
CSV_FILE_NOT_FOUND |
"Could not find CSV file to import \'%s\'" |
public static final String |
FORWARD_ONLY |
"Can not position cursor with a type of TYPE_FORWARD_ONLY." |
public static final String |
HOST_IN_URL |
"Connection url must specify a host, e.g. jdbc:cassandra://localhost:9042/keyspace" |
public static final String |
HOST_REQUIRED |
"A host name is required to build a connection." |
public static final String |
ILLEGAL_FETCH_DIRECTION_FOR_FORWARD_ONLY |
"Attempt to set an illegal fetch direction for TYPE_FORWARD_ONLY: %d" |
public static final String |
INVALID_CATALOG_NAME |
"Catalog name must exactly match or be null." |
public static final String |
INVALID_CONTACT_POINT |
"Invalid contact point: %s" |
public static final String |
MALFORMED_URL |
"The string \'%s\' is not a valid URL." |
public static final String |
MISSING_COLUMN_DEFINITIONS |
"No column definitions found in the target table." |
public static final String |
MISSING_SOURCE_FILENAME |
"A filename must be specified for the command SOURCE." |
public static final String |
MUST_BE_POSITIVE |
"Index must be a positive number less or equal the count of returned columns: %d" |
public static final String |
MUST_BE_POSITIVE_BINDING_INDEX |
"The binding index must be a positive number: %d" |
public static final String |
NO_GEN_KEYS |
"The Cassandra implementation does not currently support returning generated keys." |
public static final String |
NO_INTERFACE |
"No object was found that matched the provided interface: %s" |
public static final String |
NO_MULTIPLE |
"The Cassandra implementation does not currently support multiple open result sets." |
public static final String |
NO_RESULT_SET |
"No ResultSet returned from the CQL statement passed in an \'executeQuery()\' method." |
public static final String |
NO_TRANSACTIONS |
"The Cassandra implementation does not support transactions." |
public static final String |
NOT_SUPPORTED |
"The Cassandra implementation does not support this method." |
public static final String |
OUT_OF_BOUNDS_BINDING_INDEX |
"The index %d is greater than the count of bound variable markers in the CQL: %d" |
public static final String |
SECURECONENCTBUNDLE_REQUIRED |
"A \'secureconnectbundle\' parameter is required." |
public static final String |
SSL_CONFIG_FAILED |
"Unable to configure SSL: %s." |
public static final String |
TOKEN_REQUIRED |
"A \'token\' parameter is required." |
public static final String |
TOO_MANY_QUERIES |
"Too many queries at once (%d). You must split your queries into more batches!" |
public static final String |
UNABLE_TO_POPULATE_METADATA_ROW |
"Unable to populate a metadata row." |
public static final String |
UNABLE_TO_READ_VALUE |
"Unable to read value as %s." |
public static final String |
UNABLE_TO_RETRIEVE_METADATA |
"Unable to retrieve metadata for result set." |
public static final String |
UNSUPPORTED_CONVERSION_TO_JSON |
"Unable to convert the object of type %s to bind the column of index %d" |
public static final String |
UNSUPPORTED_COPY_OPTIONS |
"Command COPY used with unknown or unsupported options: %s" |
public static final String |
UNSUPPORTED_JDBC_TYPE |
"Unsupported JDBC type: %s" |
public static final String |
UNSUPPORTED_JSON_TYPE_CONVERSION |
"Unable to convert the column of index %d to an instance of %s" |
public static final String |
UNSUPPORTED_PARAMETER_TYPE |
"Unsupported parameter type: %s" |
public static final String |
UNSUPPORTED_TYPE_CONVERSION |
"Conversion to type %s not supported." |
public static final String |
URI_IS_SIMPLE |
"Connection URL may only include host, port, keyspace, and allowed options, e.g. jdbc:cassandra://localhost:9042/keyspace?consistency=ONE" |
public static final String |
VALID_LABELS |
"Name provided was not in the list of valid column labels: %s" |
public static final String |
WAS_CLOSED_CONN |
"Method was called on a closed Connection." |
public static final String |
WAS_CLOSED_RS |
"Method was called on a closed ResultSet." |
public static final String |
WAS_CLOSED_STMT |
"Method was called on a closed Statement." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_AWS_PORT |
9142 |
public static final int |
DEFAULT_PORT |
9042 |
public static final String |
KEY_ACTIVE_PROFILE |
"activeprofile" |
public static final String |
KEY_ASTRA_REGION |
"astraregion" |
public static final String |
KEY_AWS_REGION |
"awsregion" |
public static final String |
KEY_AWS_SECRET_NAME |
"awssecret" |
public static final String |
KEY_AWS_SECRET_REGION |
"awssecretregion" |
public static final String |
KEY_CLOUD_SECURE_CONNECT_BUNDLE |
"secureconnectbundle" |
public static final String |
KEY_COMPLIANCE_MODE |
"compliancemode" |
public static final String |
KEY_CONFIG_FILE |
"configfile" |
public static final String |
KEY_CONNECT_TIMEOUT |
"connecttimeout" |
public static final String |
KEY_CONSISTENCY |
"consistency" |
public static final String |
KEY_CUSTOM_CODECS |
"customcodecs" |
public static final String |
KEY_DEBUG |
"debug" |
public static final String |
KEY_ENABLE_SSL |
"enablessl" |
public static final String |
KEY_FETCH_SIZE |
"fetchsize" |
public static final String |
KEY_KEEP_ALIVE |
"keepalive" |
public static final String |
KEY_LOAD_BALANCING_POLICY |
"loadbalancing" |
public static final String |
KEY_LOCAL_DATACENTER |
"localdatacenter" |
public static final String |
KEY_PASSWORD |
"password" |
public static final String |
KEY_RECONNECT_POLICY |
"reconnection" |
public static final String |
KEY_REQUEST_TIMEOUT |
"requesttimeout" |
public static final String |
KEY_RETRY_POLICY |
"retry" |
public static final String |
KEY_SERIAL_CONSISTENCY |
"serialconsistency" |
public static final String |
KEY_SSL_ENGINE_FACTORY |
"sslenginefactory" |
public static final String |
KEY_SSL_HOSTNAME_VERIFICATION |
"hostnameverification" |
public static final String |
KEY_TCP_NO_DELAY |
"tcpnodelay" |
public static final String |
KEY_TOKEN |
"token" |
public static final String |
KEY_USE_KERBEROS |
"usekrb5" |
public static final String |
KEY_USE_SIG_V4 |
"usesigv4" |
public static final String |
KEY_USER |
"user" |
public static final String |
PROTOCOL |
"jdbc:cassandra:" |
public static final String |
PROTOCOL_ASTRA |
"jdbc:cassandra:astra:" |
public static final String |
PROTOCOL_AWS |
"jdbc:cassandra:aws:" |
public static final String |
PROTOCOL_DBAAS |
"jdbc:cassandra:dbaas:" |
public static final String |
TAG_ACTIVE_PROFILE |
"activeProfile" |
public static final String |
TAG_ASTRA_CONNECTION |
"isAstraConnection" |
public static final String |
TAG_ASTRA_DATABASE_NAME |
"astraDbName" |
public static final String |
TAG_ASTRA_REGION |
"astraRegion" |
public static final String |
TAG_AWS_CONNECTION |
"isAwsConnection" |
public static final String |
TAG_AWS_REGION |
"awsRegion" |
public static final String |
TAG_AWS_SECRET_NAME |
"awsSecretName" |
public static final String |
TAG_AWS_SECRET_REGION |
"awsSecretRegion" |
public static final String |
TAG_CLOUD_SECURE_CONNECT_BUNDLE |
"secureConnectBundle" |
public static final String |
TAG_COMPLIANCE_MODE |
"complianceMode" |
public static final String |
TAG_CONFIG_FILE |
"configFile" |
public static final String |
TAG_CONNECT_TIMEOUT |
"connectTimeout" |
public static final String |
TAG_CONSISTENCY_LEVEL |
"consistencyLevel" |
public static final String |
TAG_CONTACT_POINTS |
"contactPoints" |
public static final String |
TAG_CUSTOM_CODECS |
"customCodecs" |
public static final String |
TAG_DATABASE_NAME |
"databaseName" |
public static final String |
TAG_DBAAS_CONNECTION |
"isDbaasConnection" |
public static final String |
TAG_DEBUG |
"debug" |
public static final String |
TAG_ENABLE_SSL |
"enableSsl" |
public static final String |
TAG_FETCH_SIZE |
"fetchSize" |
public static final String |
TAG_KEEP_ALIVE |
"keepAlive" |
public static final String |
TAG_LOAD_BALANCING_POLICY |
"loadBalancing" |
public static final String |
TAG_LOCAL_DATACENTER |
"localDatacenter" |
public static final String |
TAG_PASSWORD |
"password" |
public static final String |
TAG_RECONNECT_POLICY |
"reconnection" |
public static final String |
TAG_REQUEST_TIMEOUT |
"requestTimeout" |
public static final String |
TAG_RETRY_POLICY |
"retry" |
public static final String |
TAG_SERIAL_CONSISTENCY_LEVEL |
"serialConsistencyLevel" |
public static final String |
TAG_SSL_ENGINE_FACTORY |
"sslEngineFactory" |
public static final String |
TAG_SSL_HOSTNAME_VERIFICATION |
"hostnameVerification" |
public static final String |
TAG_TCP_NO_DELAY |
"tcpNoDelay" |
public static final String |
TAG_TOKEN |
"token" |
public static final String |
TAG_USE_KERBEROS |
"useKerberos" |
public static final String |
TAG_USE_SIG_V4 |
"useAwsSigV4" |
public static final String |
TAG_USER |
"user" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADD_STATEMENT_TO_BATCH_FAILED |
"Failed to add statement to the batch: {}" |
public static final String |
BINARY_FAILED_CONVERSION |
"Unable to convert {} object to byte array." |
public static final String |
CLUSTER_NAME_NOT_FOUND |
"Unable to retrieve the cluster name: {}" |
public static final String |
CODEC_INSTANTIATION_FAILED |
"Unable to instantiate codec: {}, skip it" |
public static final String |
CONFIGURATION_FILE_NOT_FOUND |
"The configuration file {} cannot be found, it will be ignored." |
public static final String |
COUNTING_EXPORTED_ROWS_FAILED |
"Failed to read exported CSV file to count exportedRows." |
public static final String |
DRIVER_PROPERTY_NOT_FOUND |
"Unable to get JDBC driver property: {}." |
public static final String |
GET_LIST_FAILED |
"Error while executing getList()" |
public static final String |
GET_SET_FAILED |
"Error while executing getSet()" |
public static final String |
GET_VECTOR_FAILED |
"Error while executing getVector()" |
public static final String |
INVALID_ARRAY_IMPLEMENTATION |
"Unsupported SQL Array implementation: {}, an empty list will be inserted." |
public static final String |
INVALID_AWS_SECRETS_MANAGER_CUSTOM_ENDPOINT |
"Unable to set a custom endpoint for Amazon Secrets manager, will fallback to the default endpoint." |
public static final String |
INVALID_CAST |
"Unable to cast [{}] (index {}) as {}, it will return {}." |
public static final String |
INVALID_CODEC_CLASS |
"{} is a not a valid codec (doesn\'t implement TypeCodec interface), skip it" |
public static final String |
INVALID_FETCH_SIZE_PARAMETER |
"Invalid fetch size parameter: \'{}\'. The default fetch size ({}) will be used instead." |
public static final String |
INVALID_OPTION_VALUE |
"Invalid value for option {}: {}. Will use the default value: {}." |
public static final String |
INVALID_PROFILE_NAME |
"No execution profile named [{}], keep the current active profile." |
public static final String |
JDBC_TYPE_NOT_FOUND_FOR_CQL_TYPE |
"Unable to get JDBC type for comparator [{}]: {}" |
public static final String |
MAP_TO_STRING_FORMATTING_FAILED |
"Unable to format map [{}] as string" |
public static final String |
PARAMETER_PARSING_FAILED |
"Error occurred while parsing {}: {} / {}..." |
public static final String |
PARSING_VALUE_FAILED |
"Failed to parse and convert value: {}, the value will be ignored." |
public static final String |
PREPARED_STATEMENT_CLOSING_FAILED |
"Unable to close the prepared statement: {}" |
public static final String |
PROPERTIES_PARSING_FROM_URL_FAILED |
"Failed to extract properties from the given URL." |
public static final String |
SCHEMA_NAME_NOT_FOUND |
"Unable to retrieve the schema name: {}" |
public static final String |
URL_REDACTION_FAILED |
"Try to redact an invalid URL, ignore it" |
Copyright © 2020–2026 ING Bank. All rights reserved.