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

Packages that use InstrumentedCache
org.apache.cassandra.cache   
org.apache.cassandra.io   
 

Uses of InstrumentedCache in org.apache.cassandra.cache
 

Subclasses of InstrumentedCache in org.apache.cassandra.cache
 class JMXInstrumentedCache<K,V>
           
 

Methods in org.apache.cassandra.cache that return InstrumentedCache
 InstrumentedCache<K,V> IAggregatableCacheProvider.getCache()
           
 

Uses of InstrumentedCache in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io that return InstrumentedCache
static InstrumentedCache<DecoratedKey,SSTable.PositionSize> SSTableReader.createKeyCache(int size)
           
 InstrumentedCache<DecoratedKey,SSTable.PositionSize> SSTableReader.getKeyCache()
           
 



Copyright © 2010 The Apache Software Foundation