Uses of Class
org.apache.cassandra.cache.RowCacheKey
-
Packages that use RowCacheKey Package Description org.apache.cassandra.cache org.apache.cassandra.db org.apache.cassandra.service -
-
Uses of RowCacheKey in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return types with arguments of type RowCacheKey Modifier and Type Method Description ICache<RowCacheKey,IRowCacheEntry>
NopCacheProvider. create()
ICache<RowCacheKey,IRowCacheEntry>
OHCProvider. create()
ICache<RowCacheKey,IRowCacheEntry>
SerializingCacheProvider. create()
-
Uses of RowCacheKey in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type RowCacheKey Modifier and Type Method Description void
ColumnFamilyStore. invalidateCachedPartition(RowCacheKey key)
-
Uses of RowCacheKey in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type RowCacheKey Modifier and Type Field Description AutoSavingCache<RowCacheKey,IRowCacheEntry>
CacheService. rowCache
Methods in org.apache.cassandra.service that return types with arguments of type RowCacheKey Modifier and Type Method Description Future<Pair<RowCacheKey,IRowCacheEntry>>
CacheService.RowCacheSerializer. deserialize(DataInputPlus in)
Methods in org.apache.cassandra.service with parameters of type RowCacheKey Modifier and Type Method Description void
CacheService.RowCacheSerializer. serialize(RowCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)
-