protected static final String |
ALWAYS_AUTOCOMMIT |
"the Cassandra implementation is always in auto-commit mode" |
protected static final String |
BAD_AUTO_GEN |
"auto key generation value of : %s is illegal" |
protected static final String |
BAD_CONCUR_RSET |
"the argument for result set concurrency : %s is not a valid value" |
protected static final String |
BAD_FETCH_DIR |
"fetch direction value of : %s is illegal" |
protected static final String |
BAD_FETCH_SIZE |
"fetch size of : %s rows may not be negative" |
protected static final String |
BAD_HOLD_RSET |
"the argument for result set holdability : %s is not a valid value" |
protected static final String |
BAD_KEEP_RSET |
"the argument for keeping the current result set : %s is not a valid value" |
protected static final String |
BAD_KEYSPACE |
"Keyspace names must be composed of alphanumerics and underscores (parsed: \'%s\')" |
protected static final String |
BAD_TIMEOUT |
"the timeout value was less than zero" |
protected static final String |
BAD_TYPE_RSET |
"the argument for result set type : %s is not a valid value" |
public static final String |
DEFAULT_HOST |
"localhost" |
public static final int |
DEFAULT_PORT |
9042 |
protected static final String |
FORWARD_ONLY |
"Can not position cursor with a type of TYPE_FORWARD_ONLY" |
protected static final String |
HOST_IN_URL |
"Connection url must specify a host, e.g., jdbc:cassandra://localhost:9042/Keyspace1" |
protected static final String |
HOST_REQUIRED |
"a \'host\' name is required to build a Connection" |
public static final String |
KEY_BACKUP_DC |
"backupdc" |
public static final String |
KEY_CONNECTION_RETRIES |
"retries" |
public static final String |
KEY_CONSISTENCY |
"consistency" |
public static final String |
KEY_DEBUG |
"debug" |
public static final String |
KEY_LOADBALANCING_POLICY |
"loadbalancing" |
public static final String |
KEY_PRIMARY_DC |
"primarydc" |
public static final String |
KEY_RECONNECT_POLICY |
"reconnection" |
public static final String |
KEY_RETRY_POLICY |
"retry" |
public static final String |
KEY_VERSION |
"version" |
protected static final String |
MUST_BE_POSITIVE |
"index must be a positive number less or equal the count of returned columns: %s" |
protected static final String |
NO_BATCH |
"the Cassandra implementation does not currently support this batch in Statement" |
protected static final String |
NO_CF |
"no column family reference could be extracted from the provided CQL statement" |
protected static final String |
NO_COMPARATOR |
"Could not find key comparator for: %s.%s" |
protected static final String |
NO_GEN_KEYS |
"the Cassandra implementation does not currently support returning generated keys" |
protected static final String |
NO_INTERFACE |
"no object was found that matched the provided interface: %s" |
protected static final String |
NO_MULTIPLE |
"the Cassandra implementation does not currently support multiple open Result Sets" |
protected static final String |
NO_RESULTSET |
"No ResultSet returned from the CQL statement passed in an \'executeQuery()\' method" |
protected static final String |
NO_SERVER |
"no Cassandra server is available" |
protected static final String |
NO_TRANSACTIONS |
"the Cassandra implementation does not support transactions" |
protected static final String |
NO_UPDATE_COUNT |
"No Update Count was returned from the CQL statement passed in an \'executeUpdate()\' method" |
protected static final String |
NO_VALIDATOR |
"Could not find key validator for: %s.%s" |
protected static final String |
NOT_BOOLEAN |
"string value was neither \'true\' nor \'false\' : %s" |
protected static final String |
NOT_OPTION |
"Connection url only supports the \'version\' and \'consistency\' options" |
public static final String |
NOT_SUPPORTED |
"the Cassandra implementation does not support this method" |
protected static final String |
NOT_TRANSLATABLE |
"column was stored in %s format which is not translatable to %s" |
public static final String |
PROTOCOL |
"jdbc:cassandra:" |
protected static final String |
SCHEMA_MISMATCH |
"schema does not match across nodes, (try again later)" |
public static final String |
TAG_ACTIVE_CQL_VERSION |
"activeCqlVersion" |
public static final String |
TAG_BACKUP_DC |
"backupDatacenter" |
public static final String |
TAG_BUILD_VERSION |
"buildVersion" |
public static final String |
TAG_CONNECTION_RETRIES |
"retries" |
public static final String |
TAG_CONSISTENCY_LEVEL |
"consistencyLevel" |
public static final String |
TAG_CQL_VERSION |
"cqlVersion" |
public static final String |
TAG_DATABASE_NAME |
"databaseName" |
public static final String |
TAG_DEBUG |
"debug" |
public static final String |
TAG_DESCRIPTION |
"description" |
public static final String |
TAG_LOADBALANCING_POLICY |
"loadBalancing" |
public static final String |
TAG_PASSWORD |
"password" |
public static final String |
TAG_PORT_NUMBER |
"portNumber" |
public static final String |
TAG_PRIMARY_DC |
"primaryDatacenter" |
public static final String |
TAG_RECONNECT_POLICY |
"reconnection" |
public static final String |
TAG_RETRY_POLICY |
"retry" |
public static final String |
TAG_SERVER_NAME |
"serverName" |
public static final String |
TAG_THRIFT_VERSION |
"thriftVersion" |
public static final String |
TAG_USER |
"user" |
protected static final String |
URI_IS_SIMPLE |
"Connection url may only include host, port, and keyspace, consistency and version option, e.g., jdbc:cassandra://localhost:9042/Keyspace1?version=3.0.0&consistency=ONE" |
protected static final String |
VALID_LABELS |
"name provided was not in the list of valid column labels: %s" |
protected static final String |
WAS_CLOSED_CON |
"method was called on a closed Connection" |
protected static final String |
WAS_CLOSED_RSLT |
"method was called on a closed ResultSet" |
protected static final String |
WAS_CLOSED_STMT |
"method was called on a closed Statement" |