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

Packages that use JMXInstrumentedCache
org.apache.cassandra.db   
org.apache.cassandra.io.sstable   
 

Uses of JMXInstrumentedCache in org.apache.cassandra.db
 

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

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

Methods in org.apache.cassandra.io.sstable that return JMXInstrumentedCache
 JMXInstrumentedCache<Pair<Descriptor,DecoratedKey>,java.lang.Long> SSTableTracker.getKeyCache()
           
 JMXInstrumentedCache<DecoratedKey,ColumnFamily> SSTableTracker.getRowCache()
           
 

Constructors in org.apache.cassandra.io.sstable with parameters of type JMXInstrumentedCache
CacheWriter(java.lang.String columnFamily, JMXInstrumentedCache<K,V> cache, java.io.File path, com.google.common.base.Function<K,java.nio.ByteBuffer> converter)
           
 



Copyright © 2011 The Apache Software Foundation