Uses of Class
org.apache.cassandra.cache.KeyCacheKey
Packages that use KeyCacheKey
-
Uses of KeyCacheKey in org.apache.cassandra.io.sstable.keycache
Methods in org.apache.cassandra.io.sstable.keycache that return KeyCacheKeyModifier and TypeMethodDescriptiondefault KeyCacheKeyKeyCacheSupport.getCacheKey(ByteBuffer key) default KeyCacheKeyKeyCacheSupport.getCacheKey(DecoratedKey key) Methods in org.apache.cassandra.io.sstable.keycache with parameters of type KeyCacheKeyModifier and TypeMethodDescriptionKeyCache.get(KeyCacheKey key, boolean updateStats) default AbstractRowIndexEntryKeyCacheSupport.getCachedPosition(KeyCacheKey key, boolean updateStats) Will return null if key is not found or cache is not available.voidKeyCache.put(KeyCacheKey cacheKey, AbstractRowIndexEntry info) Constructor parameters in org.apache.cassandra.io.sstable.keycache with type arguments of type KeyCacheKeyModifierConstructorDescription -
Uses of KeyCacheKey in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type KeyCacheKeyMethods in org.apache.cassandra.service that return types with arguments of type KeyCacheKeyModifier and TypeMethodDescriptionCacheService.KeyCacheSerializer.deserialize(DataInputPlus input) Methods in org.apache.cassandra.service with parameters of type KeyCacheKeyModifier and TypeMethodDescriptionvoidCacheService.KeyCacheSerializer.serialize(KeyCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)