Uses of Class
org.apache.cassandra.cache.AutoSavingCache

Packages that use AutoSavingCache
org.apache.cassandra.cache   
org.apache.cassandra.db   
 

Uses of AutoSavingCache in org.apache.cassandra.cache
 

Subclasses of AutoSavingCache in org.apache.cassandra.cache
 class AutoSavingKeyCache<K extends Pair<Descriptor,DecoratedKey>,V>
           
 class AutoSavingRowCache<K extends DecoratedKey,V>
           
 

Uses of AutoSavingCache in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db declared as AutoSavingCache
 AutoSavingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> ColumnFamilyStore.keyCache
           
 AutoSavingCache<DecoratedKey,ColumnFamily> ColumnFamilyStore.rowCache
           
 

Methods in org.apache.cassandra.db that return AutoSavingCache
 AutoSavingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> ColumnFamilyStore.getKeyCache()
           
 AutoSavingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> DataTracker.getKeyCache()
           
 



Copyright © 2012 The Apache Software Foundation