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

Packages that use KeyCacheKey
org.apache.cassandra.io.sstable   
org.apache.cassandra.service   
 

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

Methods in org.apache.cassandra.io.sstable that return types with arguments of type KeyCacheKey
 InstrumentingCache<KeyCacheKey,RowIndexEntry> SSTableReader.getKeyCache()
           
 

Uses of KeyCacheKey in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service with type parameters of type KeyCacheKey
 AutoSavingCache<KeyCacheKey,RowIndexEntry> CacheService.keyCache
           
 

Methods in org.apache.cassandra.service that return types with arguments of type KeyCacheKey
 java.util.concurrent.Future<Pair<KeyCacheKey,RowIndexEntry>> CacheService.KeyCacheSerializer.deserialize(java.io.DataInputStream input, ColumnFamilyStore cfs)
           
 

Methods in org.apache.cassandra.service with parameters of type KeyCacheKey
 void CacheService.KeyCacheSerializer.serialize(KeyCacheKey key, java.io.DataOutput out)
           
 



Copyright © 2012 The Apache Software Foundation