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.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.IncommonIOExceptionpublic void flushcache()
throws IOException
flushcache in interface HBaseTestCase.FlushCacheIOException