public static class HBaseTestCase.HRegionIncommon extends Object implements HBaseTestCase.Incommon, HBaseTestCase.FlushCache
HBaseTestCase.Incommon
out of a HRegion
Constructor and Description |
---|
HRegionIncommon(HRegion HRegion) |
HRegionIncommon(Region region) |
Modifier and Type | Method and Description |
---|---|
void |
delete(Delete delete,
boolean writeToWAL) |
void |
flushcache() |
Result |
get(Get get) |
HBaseTestCase.ScannerIncommon |
getScanner(byte[] family,
byte[][] qualifiers,
byte[] firstRow,
long ts) |
void |
put(Put put) |
public HRegionIncommon(HRegion HRegion)
HRegion
- public HRegionIncommon(Region region)
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
public void flushcache() throws IOException
flushcache
in interface HBaseTestCase.FlushCache
IOException