Uses of Interface
org.apache.cassandra.cache.IRowCacheEntry
-
Packages that use IRowCacheEntry Package Description org.apache.cassandra.cache org.apache.cassandra.db.partitions org.apache.cassandra.service -
-
Uses of IRowCacheEntry in org.apache.cassandra.cache
Classes in org.apache.cassandra.cache that implement IRowCacheEntry Modifier and Type Class Description class
RowCacheSentinel
A sentinel object for row caches.Methods in org.apache.cassandra.cache that return IRowCacheEntry Modifier and Type Method Description IRowCacheEntry
SerializingCacheProvider.RowCacheSerializer. deserialize(DataInputPlus in)
Methods in org.apache.cassandra.cache that return types with arguments of type IRowCacheEntry Modifier and Type Method Description ICache<RowCacheKey,IRowCacheEntry>
NopCacheProvider. create()
ICache<RowCacheKey,IRowCacheEntry>
OHCProvider. create()
ICache<RowCacheKey,IRowCacheEntry>
SerializingCacheProvider. create()
Methods in org.apache.cassandra.cache with parameters of type IRowCacheEntry Modifier and Type Method Description void
SerializingCacheProvider.RowCacheSerializer. serialize(IRowCacheEntry entry, DataOutputPlus out)
long
SerializingCacheProvider.RowCacheSerializer. serializedSize(IRowCacheEntry entry)
-
Uses of IRowCacheEntry in org.apache.cassandra.db.partitions
Subinterfaces of IRowCacheEntry in org.apache.cassandra.db.partitions Modifier and Type Interface Description interface
CachedPartition
A partition stored in the partition cache.Classes in org.apache.cassandra.db.partitions that implement IRowCacheEntry Modifier and Type Class Description class
CachedBTreePartition
-
Uses of IRowCacheEntry in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type IRowCacheEntry Modifier and Type Field Description AutoSavingCache<RowCacheKey,IRowCacheEntry>
CacheService. rowCache
Methods in org.apache.cassandra.service that return types with arguments of type IRowCacheEntry Modifier and Type Method Description java.util.concurrent.Future<Pair<RowCacheKey,IRowCacheEntry>>
CacheService.RowCacheSerializer. deserialize(DataInputPlus in, ColumnFamilyStore cfs)
-