Package | Description |
---|---|
com.datastax.driver.core.schemabuilder |
A CQL3 schema builder.
|
Modifier and Type | Method and Description |
---|---|
static SchemaBuilder.KeyCaching |
SchemaBuilder.KeyCaching.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaBuilder.KeyCaching[] |
SchemaBuilder.KeyCaching.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
TableOptions.caching(SchemaBuilder.KeyCaching keys,
TableOptions.CachingRowsPerPartition rowsPerPartition)
Define the caching options for Cassandra 2.1.x.
|