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 - IOExceptionvoid put(Put put) throws IOException
put - IOExceptionResult get(Get get) throws IOException
IOExceptionHBaseTestCase.ScannerIncommon getScanner(byte[] family, byte[][] qualifiers, byte[] firstRow, long ts) throws IOException
family - qualifiers - firstRow - ts - IOException