Uses of Class
org.apache.cassandra.service.CacheService.CacheType
-
Packages that use CacheService.CacheType Package Description 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 Modifier and Type Field Description protected CacheService.CacheType
AutoSavingCache. cacheType
Fields in org.apache.cassandra.cache with type parameters of type CacheService.CacheType Modifier and Type Field Description 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 Modifier and Type Method Description CacheService.CacheType
AutoSavingCache.Writer. cacheType()
Constructors in org.apache.cassandra.cache with parameters of type CacheService.CacheType Constructor Description AutoSavingCache(ICache<K,V> cache, CacheService.CacheType cacheType, AutoSavingCache.CacheSerializer<K,V> cacheloader)
-
Uses of CacheService.CacheType in org.apache.cassandra.config
Methods in org.apache.cassandra.config with parameters of type CacheService.CacheType Modifier and Type Method Description static java.io.File
DatabaseDescriptor. getSerializedCachePath(CacheService.CacheType cacheType, java.lang.String version, java.lang.String extension)
-
Uses of CacheService.CacheType in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return CacheService.CacheType Modifier and Type Method Description 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.
-