public static class HBaseTestingUtility.SeenRowTracker extends Object
HBaseTestingUtility#loadTable(HTable, byte[])
Constructor and Description |
---|
SeenRowTracker(byte[] startRow,
byte[] stopRow) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(byte[] row) |
void |
validate()
Validate that all the rows between startRow and stopRow are seen exactly once, and
all other rows none
|