public static interface HBaseTestCase.Incommon
Modifier and Type | Method and Description |
---|---|
void |
delete(Delete delete,
boolean writeToWAL) |
Result |
get(Get get) |
HBaseTestCase.ScannerIncommon |
getScanner(byte[] family,
byte[][] qualifiers,
byte[] firstRow,
long ts) |
void |
put(Put put) |
void delete(Delete delete, boolean writeToWAL) throws IOException
delete
- writeToWAL
- IOException
void put(Put put) throws IOException
put
- IOException
Result get(Get get) throws IOException
IOException
HBaseTestCase.ScannerIncommon getScanner(byte[] family, byte[][] qualifiers, byte[] firstRow, long ts) throws IOException
family
- qualifiers
- firstRow
- ts
- IOException