Uses of Enum
org.apache.accumulo.core.spi.cache.CacheType
Packages that use CacheType
-
Uses of CacheType in org.apache.accumulo.core.spi.cache
Methods in org.apache.accumulo.core.spi.cache that return CacheTypeModifier and TypeMethodDescriptionstatic CacheTypeReturns the enum constant of this type with the specified name.static CacheType[]CacheType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.spi.cache with parameters of type CacheTypeModifier and TypeMethodDescriptionprotected abstract BlockCacheBlockCacheManager.createCache(BlockCacheManager.Configuration conf, CacheType type) Create a block cache using the supplied configurationBlockCacheManager.getBlockCache(CacheType type) Get the block cache of the given typestatic StringBlockCacheManager.getFullyQualifiedPropertyPrefix(String prefix, CacheType type) Deprecated.since 2.1.0 because this method does not support scan servers, only tservers.longBlockCacheManager.Configuration.getMaxSize(CacheType type) Before Accumulo's cache implementation was configurable, its built in caches had a configurable size.BlockCacheManager.Configuration.getProperties(String prefix, CacheType type) This method provides a way for a cache implementation to access arbitrary configuration set by a user.