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. keyCache
Methods in org.apache.cassandra.io.sstable.format that return KeyCacheKey Modifier and Type Method Description KeyCacheKey
SSTableReader. 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 RowIndexEntry
SSTableReader. 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. keyCache
Methods in org.apache.cassandra.service that return types with arguments of type KeyCacheKey Modifier and Type Method Description java.util.concurrent.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 void
CacheService.KeyCacheSerializer. serialize(KeyCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)
-