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

Packages that use InstrumentingCacheMBean
org.apache.cassandra.cache   
org.apache.cassandra.tools   
 

Uses of InstrumentingCacheMBean in org.apache.cassandra.cache
 

Classes in org.apache.cassandra.cache that implement InstrumentingCacheMBean
 class AutoSavingCache<K,V>
           
 class AutoSavingKeyCache<K extends Pair<Descriptor,DecoratedKey>,V>
           
 class AutoSavingRowCache<K extends DecoratedKey,V>
           
 class InstrumentingCache<K,V>
          Wraps an ICache in requests + hits tracking.
 

Uses of InstrumentingCacheMBean in org.apache.cassandra.tools
 

Methods in org.apache.cassandra.tools that return InstrumentingCacheMBean
 InstrumentingCacheMBean NodeProbe.getKeyCacheMBean(java.lang.String tableName, java.lang.String cfName)
           
 InstrumentingCacheMBean NodeProbe.getRowCacheMBean(java.lang.String tableName, java.lang.String cfName)
           
 



Copyright © 2012 The Apache Software Foundation