Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.schema | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
CFMetaData |
CFMetaData.caching(CachingParams prop) |
Modifier and Type | Field and Description |
---|---|
static CachingParams |
CachingParams.CACHE_EVERYTHING |
static CachingParams |
CachingParams.CACHE_KEYS |
static CachingParams |
CachingParams.CACHE_NOTHING |
CachingParams |
TableParams.caching |
static CachingParams |
CachingParams.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static CachingParams |
LegacySchemaMigrator.cachingFromRow(java.lang.String caching)
2.1 and newer use JSON'ified map of caching parameters, but older versions had valid Strings
NONE, KEYS_ONLY, ROWS_ONLY, and ALL
|
static CachingParams |
CachingParams.fromMap(java.util.Map<java.lang.String,java.lang.String> map) |
Modifier and Type | Method and Description |
---|---|
TableParams.Builder |
TableParams.Builder.caching(CachingParams val) |
Modifier and Type | Method and Description |
---|---|
static CachingParams |
ThriftConversion.cachingFromThrift(java.lang.String caching,
java.lang.String cellsPerRow) |
Copyright © 2017 The Apache Software Foundation