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 classRowCacheSentinelA sentinel object for row caches.Methods in org.apache.cassandra.cache that return IRowCacheEntry Modifier and Type Method Description IRowCacheEntrySerializingCacheProvider.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 voidSerializingCacheProvider.RowCacheSerializer. serialize(IRowCacheEntry entry, DataOutputPlus out)longSerializingCacheProvider.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 interfaceCachedPartitionA partition stored in the partition cache.Classes in org.apache.cassandra.db.partitions that implement IRowCacheEntry Modifier and Type Class Description classCachedBTreePartition -
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. rowCacheMethods in org.apache.cassandra.service that return types with arguments of type IRowCacheEntry Modifier and Type Method Description Future<Pair<RowCacheKey,IRowCacheEntry>>CacheService.RowCacheSerializer. deserialize(DataInputPlus in, ColumnFamilyStore cfs)
-