Uses of Class
org.apache.cassandra.service.CacheService.CacheType

Packages that use CacheService.CacheType
org.apache.cassandra.cache   
org.apache.cassandra.config   
org.apache.cassandra.service   
 

Uses of CacheService.CacheType in org.apache.cassandra.cache
 

Fields in org.apache.cassandra.cache declared as CacheService.CacheType
protected  CacheService.CacheType AutoSavingCache.cacheType
           
 

Fields in org.apache.cassandra.cache with type parameters of type CacheService.CacheType
static java.util.Set<CacheService.CacheType> AutoSavingCache.flushInProgress
          True if a cache flush is currently executing: only one may execute at a time.
 

Methods in org.apache.cassandra.cache that return CacheService.CacheType
 CacheService.CacheType AutoSavingCache.Writer.cacheType()
           
 

Constructors in org.apache.cassandra.cache with parameters of type CacheService.CacheType
AutoSavingCache(ICache<K,V> cache, CacheService.CacheType cacheType)
           
 

Uses of CacheService.CacheType in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config with parameters of type CacheService.CacheType
static java.io.File DatabaseDescriptor.getSerializedCachePath(java.lang.String ksName, java.lang.String cfName, CacheService.CacheType cacheType)
           
 

Uses of CacheService.CacheType in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return CacheService.CacheType
static CacheService.CacheType CacheService.CacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheService.CacheType[] CacheService.CacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 The Apache Software Foundation