|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HFileBlock.BlockIterator
An interface allowing to iterate HFileBlock
s.
Method Summary | |
---|---|
HFileBlock |
nextBlock()
Get the next block, or null if there are no more blocks to iterate. |
HFileBlock |
nextBlockWithBlockType(BlockType blockType)
Similar to nextBlock() but checks block type, throws an
exception if incorrect, and returns the HFile block |
Method Detail |
---|
HFileBlock nextBlock() throws IOException
IOException
HFileBlock nextBlockWithBlockType(BlockType blockType) throws IOException
nextBlock()
but checks block type, throws an
exception if incorrect, and returns the HFile block
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |