Uses of Enum Class
org.apache.hadoop.hbase.io.hfile.BlockPriority
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.Provides
BucketCache
, an implementation of
BlockCache
.-
Uses of BlockPriority in org.apache.hadoop.hbase.io.hfile
Modifier and TypeMethodDescriptionCachedBlock.getBlockPriority()
TinyLfuBlockCache.CachedBlockView.getBlockPriority()
LruCachedBlock.getPriority()
static BlockPriority
Returns the enum constant of this class with the specified name.static BlockPriority[]
BlockPriority.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockPriority in org.apache.hadoop.hbase.io.hfile.bucket
Modifier and TypeMethodDescriptionprivate static org.apache.hadoop.hbase.shaded.protobuf.generated.BucketCacheProtos.BlockPriority
BucketProtoUtils.toPB
(BlockPriority p)