Uses of Class
org.apache.cassandra.cache.InstrumentingCache
-
Packages that use InstrumentingCache Package Description org.apache.cassandra.cache org.apache.cassandra.io.sstable.format -
-
Uses of InstrumentingCache in org.apache.cassandra.cache
Subclasses of InstrumentingCache in org.apache.cassandra.cache Modifier and Type Class Description class
AutoSavingCache<K extends CacheKey,V>
-
Uses of InstrumentingCache in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as InstrumentingCache Modifier and Type Field Description protected InstrumentingCache<KeyCacheKey,RowIndexEntry>
SSTableReader. keyCache
Methods in org.apache.cassandra.io.sstable.format that return InstrumentingCache Modifier and Type Method Description InstrumentingCache<KeyCacheKey,RowIndexEntry>
SSTableReader. getKeyCache()
-