|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICache | |
---|---|
org.apache.cassandra.cache |
Uses of ICache in org.apache.cassandra.cache |
---|
Classes in org.apache.cassandra.cache that implement ICache | |
---|---|
class |
ConcurrentLinkedHashCache<K,V>
Wrapper so CLHM can implement ICache interface. |
class |
SerializingCache<K,V>
Serializes cache values off-heap. |
Methods in org.apache.cassandra.cache that return ICache | |
---|---|
ICache<DecoratedKey,ColumnFamily> |
ConcurrentLinkedHashCacheProvider.create(int capacity,
java.lang.String tableName,
java.lang.String cfName)
|
ICache<DecoratedKey,ColumnFamily> |
IRowCacheProvider.create(int capacity,
java.lang.String tableName,
java.lang.String cfName)
|
ICache<DecoratedKey,ColumnFamily> |
SerializingCacheProvider.create(int capacity,
java.lang.String tableName,
java.lang.String cfName)
|
Constructors in org.apache.cassandra.cache with parameters of type ICache | |
---|---|
AutoSavingCache(ICache<K,V> cache,
java.lang.String tableName,
java.lang.String cfName,
ColumnFamilyStore.CacheType cacheType)
|
|
AutoSavingKeyCache(ICache<K,V> cache,
java.lang.String tableName,
java.lang.String cfName)
|
|
AutoSavingRowCache(ICache<K,V> cache,
java.lang.String tableName,
java.lang.String cfName)
|
|
InstrumentingCache(ICache<K,V> map,
java.lang.String table,
java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |