Uses of Class
org.apache.cassandra.cache.KeyCacheKey
-
Packages that use KeyCacheKey Package Description org.apache.cassandra.io.sstable.keycache org.apache.cassandra.service -
-
Uses of KeyCacheKey in org.apache.cassandra.io.sstable.keycache
Methods in org.apache.cassandra.io.sstable.keycache that return KeyCacheKey Modifier and Type Method Description default KeyCacheKey
KeyCacheSupport. getCacheKey(java.nio.ByteBuffer key)
default KeyCacheKey
KeyCacheSupport. getCacheKey(DecoratedKey key)
Methods in org.apache.cassandra.io.sstable.keycache with parameters of type KeyCacheKey Modifier and Type Method Description AbstractRowIndexEntry
KeyCache. get(KeyCacheKey key, boolean updateStats)
default AbstractRowIndexEntry
KeyCacheSupport. getCachedPosition(KeyCacheKey key, boolean updateStats)
Will return null if key is not found or cache is not available.void
KeyCache. put(KeyCacheKey cacheKey, AbstractRowIndexEntry info)
Constructor parameters in org.apache.cassandra.io.sstable.keycache with type arguments of type KeyCacheKey Constructor Description KeyCache(InstrumentingCache<KeyCacheKey,AbstractRowIndexEntry> cache)
-
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,AbstractRowIndexEntry>
CacheService. keyCache
Methods in org.apache.cassandra.service that return types with arguments of type KeyCacheKey Modifier and Type Method Description Future<Pair<KeyCacheKey,AbstractRowIndexEntry>>
CacheService.KeyCacheSerializer. deserialize(DataInputPlus input)
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)
-