public static class HBaseTestCase.HTableIncommon extends Object implements HBaseTestCase.Incommon
HBaseTestCase.Incommon
out of a HTable
Constructor and Description |
---|
HTableIncommon(Table table) |
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) |
public HTableIncommon(Table table)
table
- public void put(Put put) throws IOException
put
in interface HBaseTestCase.Incommon
IOException
public void delete(Delete delete, boolean writeToWAL) throws IOException
delete
in interface HBaseTestCase.Incommon
IOException
public Result get(Get get) throws IOException
get
in interface HBaseTestCase.Incommon
IOException
public HBaseTestCase.ScannerIncommon getScanner(byte[] family, byte[][] qualifiers, byte[] firstRow, long ts) throws IOException
getScanner
in interface HBaseTestCase.Incommon
IOException