Uses of Interface
org.apache.cassandra.cache.IRowCacheProvider

Packages that use IRowCacheProvider
org.apache.cassandra.cache   
org.apache.cassandra.config   
org.apache.cassandra.utils   
 

Uses of IRowCacheProvider in org.apache.cassandra.cache
 

Classes in org.apache.cassandra.cache that implement IRowCacheProvider
 class ConcurrentLinkedHashCacheProvider
           
 class SerializingCacheProvider
           
 

Uses of IRowCacheProvider in org.apache.cassandra.config
 

Fields in org.apache.cassandra.config declared as IRowCacheProvider
static IRowCacheProvider CFMetaData.DEFAULT_ROW_CACHE_PROVIDER
           
 

Methods in org.apache.cassandra.config that return IRowCacheProvider
 IRowCacheProvider CFMetaData.getRowCacheProvider()
           
 

Methods in org.apache.cassandra.config with parameters of type IRowCacheProvider
 CFMetaData CFMetaData.rowCacheProvider(IRowCacheProvider prop)
           
 

Uses of IRowCacheProvider in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return IRowCacheProvider
static IRowCacheProvider FBUtilities.newCacheProvider(java.lang.String cache_provider)
           
 



Copyright © 2012 The Apache Software Foundation