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.IncommonIOExceptionpublic void delete(Delete delete, boolean writeToWAL) throws IOException
delete in interface HBaseTestCase.IncommonIOExceptionpublic Result get(Get get) throws IOException
get in interface HBaseTestCase.IncommonIOExceptionpublic HBaseTestCase.ScannerIncommon getScanner(byte[] family, byte[][] qualifiers, byte[] firstRow, long ts) throws IOException
getScanner in interface HBaseTestCase.IncommonIOException