Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.config | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Field and Description |
---|---|
static CachingOptions |
CachingOptions.ALL |
static CachingOptions |
CachingOptions.KEYS_ONLY |
static CachingOptions |
CachingOptions.NONE |
static CachingOptions |
CachingOptions.ROWS_ONLY |
Modifier and Type | Method and Description |
---|---|
static CachingOptions |
CachingOptions.fromMap(java.util.Map<java.lang.String,java.lang.String> cacheConfig) |
static CachingOptions |
CachingOptions.fromString(java.lang.String cache) |
static CachingOptions |
CachingOptions.fromThrift(java.lang.String caching,
java.lang.String cellsPerRow) |
Modifier and Type | Field and Description |
---|---|
static CachingOptions |
CFMetaData.DEFAULT_CACHING_STRATEGY |
Modifier and Type | Method and Description |
---|---|
CachingOptions |
CFMetaData.getCaching() |
Modifier and Type | Method and Description |
---|---|
CFMetaData |
CFMetaData.caching(CachingOptions prop) |
Modifier and Type | Method and Description |
---|---|
CachingOptions |
CFPropDefs.getCachingOptions() |
Copyright © 2014 The Apache Software Foundation