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 voidColumnFamilyStore. 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. rowCacheMethods 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, ColumnFamilyStore cfs)Methods in org.apache.cassandra.service with parameters of type RowCacheKey Modifier and Type Method Description voidCacheService.RowCacheSerializer. serialize(RowCacheKey key, DataOutputPlus out, ColumnFamilyStore cfs)
-