Enum Class BlockType

java.lang.Object
java.lang.Enum<BlockType>
org.apache.hadoop.hbase.io.hfile.BlockType
All Implemented Interfaces:
Serializable, Comparable<BlockType>, Constable

@Private public enum BlockType extends Enum<BlockType>
Various types of HFile blocks. Ordinal values of these enum constants must not be relied upon. The values in the enum appear in the order they appear in a version 2 HFile.