public class TestRegionObserverScannerOpenHook extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion |
static class |
TestRegionObserverScannerOpenHook.EmptyRegionObsever
Do the default logic in
RegionObserver interface. |
static class |
TestRegionObserverScannerOpenHook.NoDataFilter |
static class |
TestRegionObserverScannerOpenHook.NoDataFromCompaction
Don't allow any data to be written out in the compaction by creating a custom
StoreScanner. |
static class |
TestRegionObserverScannerOpenHook.NoDataFromFlush
Don't allow any data in a flush by creating a custom
StoreScanner. |
static class |
TestRegionObserverScannerOpenHook.NoDataFromScan
Don't return any data from a scan by creating a custom
StoreScanner. |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestRegionObserverScannerOpenHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
testRegionObserverCompactionTimeStacking()
Unfortunately, the easiest way to test this is to spin up a mini-cluster since we want to do
the usual compaction mechanism on the region, rather than going through the backdoor to the
region
|
void |
testRegionObserverFlushTimeStacking() |
void |
testRegionObserverScanTimeStacking() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestRegionObserverScannerOpenHook()
public void testRegionObserverScanTimeStacking() throws Exception
Exceptionpublic void testRegionObserverFlushTimeStacking() throws Exception
Exceptionpublic void testRegionObserverCompactionTimeStacking() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.