Uses of Enum Class
org.apache.hadoop.hbase.io.hfile.BlockType.BlockCategory
Packages that use BlockType.BlockCategory
-
Uses of BlockType.BlockCategory in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as BlockType.BlockCategoryMethods in org.apache.hadoop.hbase.io.hfile that return BlockType.BlockCategoryModifier and TypeMethodDescriptionBlockType.getCategory()static BlockType.BlockCategoryReturns the enum constant of this class with the specified name.static BlockType.BlockCategory[]BlockType.BlockCategory.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 with parameters of type BlockType.BlockCategoryModifier and TypeMethodDescriptionbooleanCacheConfig.shouldCacheBlockOnRead(BlockType.BlockCategory category) Should we cache a block of a particular category? We always cache important blocks such as index blocks, as long as the block cache is available.booleanCacheConfig.shouldCacheBlockOnRead(BlockType.BlockCategory category, HFileInfo hFileInfo, org.apache.hadoop.conf.Configuration conf) booleanCacheConfig.shouldCacheCompressed(BlockType.BlockCategory category) Returns true if thisBlockType.BlockCategoryshould be compressed in blockcache, false otherwiseConstructors in org.apache.hadoop.hbase.io.hfile with parameters of type BlockType.BlockCategoryModifierConstructorDescriptionprivateBlockType(String magicStr, BlockType.BlockCategory metricCat)