public class TestRegionObserverScannerOpenHook
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionObserverScannerOpenHook.CompactionCompletionNotifyingRegion |
static class |
TestRegionObserverScannerOpenHook.EmptyRegionObsever
Do the same logic as the
BaseRegionObserver. |
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. |
| 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 void testRegionObserverScanTimeStacking()
throws java.lang.Exception
java.lang.Exceptionpublic void testRegionObserverFlushTimeStacking()
throws java.lang.Exception
java.lang.Exceptionpublic void testRegionObserverCompactionTimeStacking()
throws java.lang.Exception
java.lang.Exception