Uses of Enum Class
org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.CacheState
Packages that use BucketCache.CacheState
-
Uses of BucketCache.CacheState in org.apache.hadoop.hbase.io.hfile.bucket
Fields in org.apache.hadoop.hbase.io.hfile.bucket declared as BucketCache.CacheStateModifier and TypeFieldDescriptionprivate BucketCache.CacheState
BucketCache.cacheState
Flag if the cache is enabled or not...Methods in org.apache.hadoop.hbase.io.hfile.bucket that return BucketCache.CacheStateModifier and TypeMethodDescriptionstatic BucketCache.CacheState
Returns the enum constant of this class with the specified name.static BucketCache.CacheState[]
BucketCache.CacheState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.io.hfile.bucket with parameters of type BucketCache.CacheStateModifier and TypeMethodDescriptionprotected void
BucketCache.setCacheState
(BucketCache.CacheState state)