Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.config | |
org.apache.cassandra.service |
Modifier and Type | Field and Description |
---|---|
protected CacheService.CacheType |
AutoSavingCache.cacheType |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<CacheService.CacheType> |
AutoSavingCache.flushInProgress
True if a cache flush is currently executing: only one may execute at a time.
|
Modifier and Type | Method and Description |
---|---|
CacheService.CacheType |
AutoSavingCache.Writer.cacheType() |
Constructor and Description |
---|
AutoSavingCache(ICache<K,V> cache,
CacheService.CacheType cacheType,
AutoSavingCache.CacheSerializer<K,V> cacheloader) |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
DatabaseDescriptor.getSerializedCachePath(CacheService.CacheType cacheType,
java.lang.String version,
java.lang.String extension) |
Modifier and Type | Method and Description |
---|---|
static CacheService.CacheType |
CacheService.CacheType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CacheService.CacheType[] |
CacheService.CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 The Apache Software Foundation