|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICache | |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.metrics |
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<RowCacheKey,IRowCacheEntry> |
ConcurrentLinkedHashCacheProvider.create(long capacity)
|
ICache<RowCacheKey,IRowCacheEntry> |
IRowCacheProvider.create(long capacity)
|
ICache<RowCacheKey,IRowCacheEntry> |
SerializingCacheProvider.create(long capacity)
|
Constructors in org.apache.cassandra.cache with parameters of type ICache | |
---|---|
AutoSavingCache(ICache<K,V> cache,
CacheService.CacheType cacheType,
AutoSavingCache.CacheSerializer<K,V> cacheloader)
|
|
InstrumentingCache(java.lang.String type,
ICache<K,V> map)
|
Uses of ICache in org.apache.cassandra.metrics |
---|
Constructors in org.apache.cassandra.metrics with parameters of type ICache | |
---|---|
CacheMetrics(java.lang.String type,
ICache cache)
Create metrics for given cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |