Uses of Enum Class
org.apache.cassandra.service.CacheService.CacheType
Packages that use CacheService.CacheType
Package
Description
-
Uses of CacheService.CacheType in org.apache.cassandra.cache
Fields in org.apache.cassandra.cache declared as CacheService.CacheTypeModifier and TypeFieldDescriptionprotected final CacheService.CacheTypeAutoSavingCache.cacheTypeFields in org.apache.cassandra.cache with type parameters of type CacheService.CacheTypeModifier and TypeFieldDescriptionstatic final Set<CacheService.CacheType>AutoSavingCache.flushInProgressTrue if a cache flush is currently executing: only one may execute at a time.Methods in org.apache.cassandra.cache that return CacheService.CacheTypeConstructors in org.apache.cassandra.cache with parameters of type CacheService.CacheTypeModifierConstructorDescriptionAutoSavingCache(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.CacheTypeModifier and TypeMethodDescriptionstatic FileDatabaseDescriptor.getSerializedCachePath(CacheService.CacheType cacheType, String version, String extension) -
Uses of CacheService.CacheType in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return CacheService.CacheTypeModifier and TypeMethodDescriptionstatic CacheService.CacheTypeReturns the enum constant of this class with the specified name.static CacheService.CacheType[]CacheService.CacheType.values()Returns an array containing the constants of this enum class, in the order they are declared.