Uses of Interface
org.apache.cassandra.cache.IRowCacheEntry

Packages that use IRowCacheEntry
org.apache.cassandra.cache   
org.apache.cassandra.db   
org.apache.cassandra.service   
 

Uses of IRowCacheEntry in org.apache.cassandra.cache
 

Classes in org.apache.cassandra.cache that implement IRowCacheEntry
 class RowCacheSentinel
          A sentinel object for row caches.
 

Methods in org.apache.cassandra.cache that return types with arguments of type IRowCacheEntry
 ICache<RowCacheKey,IRowCacheEntry> ConcurrentLinkedHashCacheProvider.create(long capacity)
           
 ICache<RowCacheKey,IRowCacheEntry> IRowCacheProvider.create(long capacity)
           
 ICache<RowCacheKey,IRowCacheEntry> SerializingCacheProvider.create(long capacity)
           
 

Uses of IRowCacheEntry in org.apache.cassandra.db
 

Classes in org.apache.cassandra.db that implement IRowCacheEntry
 class ColumnFamily
           
 

Uses of IRowCacheEntry in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service with type parameters of type IRowCacheEntry
 AutoSavingCache<RowCacheKey,IRowCacheEntry> CacheService.rowCache
           
 

Methods in org.apache.cassandra.service that return types with arguments of type IRowCacheEntry
 java.util.concurrent.Future<Pair<RowCacheKey,IRowCacheEntry>> CacheService.RowCacheSerializer.deserialize(java.io.DataInputStream in, ColumnFamilyStore cfs)
           
 



Copyright © 2013 The Apache Software Foundation