public static class HBaseTestCase.HTableIncommon extends java.lang.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 java.io.IOException
put in interface HBaseTestCase.Incommonjava.io.IOExceptionpublic void delete(Delete delete, boolean writeToWAL) throws java.io.IOException
delete in interface HBaseTestCase.Incommonjava.io.IOExceptionpublic Result get(Get get) throws java.io.IOException
get in interface HBaseTestCase.Incommonjava.io.IOExceptionpublic HBaseTestCase.ScannerIncommon getScanner(byte[] family, byte[][] qualifiers, byte[] firstRow, long ts) throws java.io.IOException
getScanner in interface HBaseTestCase.Incommonjava.io.IOException