Class CassandraConstants
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.CassandraConstants
-
public final class CassandraConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
CAS_TABLE_TIMESTAMP
static String
COLUMN
static int
DEFAULT_CROSS_COLUMN_LOAD_BATCH_LIMIT
static int
DEFAULT_FETCH_BATCH_COUNT
static int
DEFAULT_GC_GRACE_SECONDS
static int
DEFAULT_MUTATION_BATCH_COUNT
static int
DEFAULT_MUTATION_BATCH_SIZE_BYTES
static com.datastax.driver.core.ProtocolVersion
DEFAULT_PROTOCOL_VERSION
static int
DEFAULT_READ_LIMIT_PER_ROW
static int
DEFAULT_SINGLE_QUERY_LOAD_BATCH_LIMIT
static int
DEFAULT_UNRESPONSIVE_HOST_BACKOFF_TIME_SECONDS
static long
ENCODED_CAS_TABLE_TIMESTAMP
static String
ROW
static String
TIMESTAMP
static String
VALUE
-
-
-
Field Detail
-
DEFAULT_PROTOCOL_VERSION
public static final com.datastax.driver.core.ProtocolVersion DEFAULT_PROTOCOL_VERSION
-
DEFAULT_GC_GRACE_SECONDS
public static final int DEFAULT_GC_GRACE_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_FETCH_BATCH_COUNT
public static final int DEFAULT_FETCH_BATCH_COUNT
- See Also:
- Constant Field Values
-
DEFAULT_MUTATION_BATCH_SIZE_BYTES
public static final int DEFAULT_MUTATION_BATCH_SIZE_BYTES
- See Also:
- Constant Field Values
-
DEFAULT_MUTATION_BATCH_COUNT
public static final int DEFAULT_MUTATION_BATCH_COUNT
- See Also:
- Constant Field Values
-
DEFAULT_UNRESPONSIVE_HOST_BACKOFF_TIME_SECONDS
public static final int DEFAULT_UNRESPONSIVE_HOST_BACKOFF_TIME_SECONDS
- See Also:
- Constant Field Values
-
DEFAULT_CROSS_COLUMN_LOAD_BATCH_LIMIT
public static final int DEFAULT_CROSS_COLUMN_LOAD_BATCH_LIMIT
- See Also:
- Constant Field Values
-
DEFAULT_SINGLE_QUERY_LOAD_BATCH_LIMIT
public static final int DEFAULT_SINGLE_QUERY_LOAD_BATCH_LIMIT
- See Also:
- Constant Field Values
-
DEFAULT_READ_LIMIT_PER_ROW
public static final int DEFAULT_READ_LIMIT_PER_ROW
- See Also:
- Constant Field Values
-
ROW
public static final String ROW
- See Also:
- Constant Field Values
-
COLUMN
public static final String COLUMN
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
CAS_TABLE_TIMESTAMP
public static final long CAS_TABLE_TIMESTAMP
- See Also:
- Constant Field Values
-
ENCODED_CAS_TABLE_TIMESTAMP
public static final long ENCODED_CAS_TABLE_TIMESTAMP
- See Also:
- Constant Field Values
-
-