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, boolean useMemoryWeigher)
           
 ICache<RowCacheKey,IRowCacheEntry> IRowCacheProvider.create(long capacity, boolean useMemoryWeigher)
           
 ICache<RowCacheKey,IRowCacheEntry> SerializingCacheProvider.create(long capacity, boolean useMemoryWeigher)
           
 

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
           
 



Copyright © 2013 The Apache Software Foundation