Package | Description |
---|---|
org.apache.cassandra.config |
Modifier and Type | Field and Description |
---|---|
static CFMetaData.Caching |
CFMetaData.DEFAULT_CACHING_STRATEGY |
Modifier and Type | Method and Description |
---|---|
static CFMetaData.Caching |
CFMetaData.Caching.fromString(java.lang.String cache) |
CFMetaData.Caching |
CFMetaData.getCaching() |
static CFMetaData.Caching |
CFMetaData.Caching.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CFMetaData.Caching[] |
CFMetaData.Caching.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CFMetaData |
CFMetaData.caching(CFMetaData.Caching prop) |
Copyright © 2014 The Apache Software Foundation