public static class HBaseTestingUtility.SeenRowTracker extends Object
HBaseTestingUtility.loadTable(Table, byte[])
Modifier and Type | Field and Description |
---|---|
(package private) int |
dim |
(package private) int[][][] |
seenRows |
(package private) byte[] |
startRow |
(package private) byte[] |
stopRow |
Constructor and Description |
---|
SeenRowTracker(byte[] startRow,
byte[] stopRow) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(byte[] row) |
(package private) int |
i(byte b) |
(package private) void |
reset() |
void |
validate()
Validate that all the rows between startRow and stopRow are seen exactly once, and all other
rows none
|
int dim
int[][][] seenRows
byte[] startRow
byte[] stopRow
public SeenRowTracker(byte[] startRow, byte[] stopRow)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.