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

Packages that use InstrumentingCache
org.apache.cassandra.cache   
org.apache.cassandra.io.sstable   
 

Uses of InstrumentingCache in org.apache.cassandra.cache
 

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

Uses of InstrumentingCache in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable that return InstrumentingCache
 InstrumentingCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> SSTableReader.getKeyCache()
           
 



Copyright © 2012 The Apache Software Foundation