|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnFamilyStore.CacheType | |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.config | |
org.apache.cassandra.db |
Uses of ColumnFamilyStore.CacheType in org.apache.cassandra.cache |
---|
Fields in org.apache.cassandra.cache declared as ColumnFamilyStore.CacheType | |
---|---|
protected ColumnFamilyStore.CacheType |
AutoSavingCache.cacheType
|
Constructors in org.apache.cassandra.cache with parameters of type ColumnFamilyStore.CacheType | |
---|---|
AutoSavingCache(ICache<K,V> cache,
java.lang.String tableName,
java.lang.String cfName,
ColumnFamilyStore.CacheType cacheType)
|
Uses of ColumnFamilyStore.CacheType in org.apache.cassandra.config |
---|
Methods in org.apache.cassandra.config with parameters of type ColumnFamilyStore.CacheType | |
---|---|
static java.io.File |
DatabaseDescriptor.getSerializedCachePath(java.lang.String ksName,
java.lang.String cfName,
ColumnFamilyStore.CacheType cacheType)
|
Uses of ColumnFamilyStore.CacheType in org.apache.cassandra.db |
---|
Methods in org.apache.cassandra.db that return ColumnFamilyStore.CacheType | |
---|---|
static ColumnFamilyStore.CacheType |
ColumnFamilyStore.CacheType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColumnFamilyStore.CacheType[] |
ColumnFamilyStore.CacheType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |