|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlockType | |
|---|---|
| org.apache.hadoop.hbase.io.encoding | |
| org.apache.hadoop.hbase.io.hfile | |
| Uses of BlockType in org.apache.hadoop.hbase.io.encoding |
|---|
| Methods in org.apache.hadoop.hbase.io.encoding that return BlockType | |
|---|---|
BlockType |
HFileBlockDefaultEncodingContext.getBlockType()
|
BlockType |
HFileBlockEncodingContext.getBlockType()
|
| Methods in org.apache.hadoop.hbase.io.encoding with parameters of type BlockType | |
|---|---|
protected void |
HFileBlockDefaultEncodingContext.compressAfterEncoding(byte[] uncompressedBytesWithHeader,
BlockType blockType,
byte[] headerBytes)
|
void |
HFileBlockDefaultEncodingContext.compressAfterEncodingWithBlockType(byte[] uncompressedBytesWithHeader,
BlockType blockType)
|
void |
HFileBlockDefaultEncodingContext.postEncoding(BlockType blockType)
|
void |
HFileBlockEncodingContext.postEncoding(BlockType blockType)
Do any action that needs to be performed after the encoding. |
| Uses of BlockType in org.apache.hadoop.hbase.io.hfile |
|---|
| Methods in org.apache.hadoop.hbase.io.hfile that return BlockType | |
|---|---|
static BlockType |
BlockType.parse(byte[] buf,
int offset,
int length)
|
static BlockType |
BlockType.read(ByteBuffer buf)
|
static BlockType |
BlockType.read(DataInputStream in)
|
static BlockType |
BlockType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BlockType[] |
BlockType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||