Uses of Class
org.apache.cassandra.cache.KeyCacheKey
-
Packages that use KeyCacheKey Package Description org.apache.cassandra.io.sstable.format org.apache.cassandra.service -
-
Uses of KeyCacheKey in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format with type parameters of type KeyCacheKey Modifier and Type Field Description protected InstrumentingCache<KeyCacheKey,RowIndexEntry>SSTableReader. keyCacheMethods in org.apache.cassandra.io.sstable.format that return KeyCacheKey Modifier and Type Method Description KeyCacheKeySSTableReader. getCacheKey(DecoratedKey key)Methods in org.apache.cassandra.io.sstable.format that return types with arguments of type KeyCacheKey Modifier and Type Method Description InstrumentingCache<KeyCacheKey,RowIndexEntry>SSTableReader. getKeyCache()Methods in org.apache.cassandra.io.sstable.format with parameters of type KeyCacheKey Modifier and Type Method Description protected RowIndexEntrySSTableReader. getCachedPosition(KeyCacheKey unifiedKey, boolean updateStats) -
Uses of KeyCacheKey in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type KeyCacheKey Modifier and Type Field Description AutoSavingCache<KeyCacheKey,RowIndexEntry>CacheService. keyCacheMethods in org.apache.cassandra.service that return types with arguments of type KeyCacheKey Modifier and Type Method Description Future<Pair<KeyCacheKey,RowIndexEntry>>CacheService.KeyCacheSerializer. deserialize(DataInputPlus input, ColumnFamilyStore cfs)Methods in org.apache.cassandra.service with parameters of type KeyCacheKey Modifier and Type Method Description voidCacheService.KeyCacheSerializer. serialize(KeyCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)
-