| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.encoding | |
| org.apache.hadoop.hbase.io.hfile |
| Modifier and Type | Method and Description |
|---|---|
BlockType |
HFileBlockEncodingContext.getBlockType() |
BlockType |
HFileBlockDefaultEncodingContext.getBlockType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HFileBlockEncodingContext.postEncoding(BlockType blockType)
Do any action that needs to be performed after the encoding.
|
void |
HFileBlockDefaultEncodingContext.postEncoding(BlockType blockType) |
| Modifier and Type | Method and Description |
|---|---|
static BlockType |
BlockType.parse(byte[] buf,
int offset,
int length) |
static BlockType |
BlockType.read(ByteBuff 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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.