| Package | Description | 
|---|---|
| com.datastax.driver.core.schemabuilder | 
 A CQL3 schema builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SchemaBuilder.Caching | 
SchemaBuilder.Caching.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SchemaBuilder.Caching[] | 
SchemaBuilder.Caching.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.Caching caching)
Define the caching type for Cassandra 2.0.x. 
 | 
Copyright © 2012–2015. All rights reserved.