public static class HBaseTestCase.HRegionIncommon extends java.lang.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 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.IOExceptionpublic void flushcache()
throws java.io.IOException
flushcache in interface HBaseTestCase.FlushCachejava.io.IOException