public class TestRegionCoprocessorHost extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRegionCoprocessorHost.TempRegionObserver |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
static int |
MAX_VERSIONS |
static int |
MIN_VERSIONS |
org.junit.rules.TestName |
name |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private org.apache.hadoop.hbase.client.RegionInfo |
regionInfo |
private org.apache.hadoop.hbase.regionserver.RegionServerServices |
rsServices |
static int |
TIME_TO_PURGE_DELETES |
static int |
TTL |
| Constructor and Description |
|---|
TestRegionCoprocessorHost() |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.hadoop.hbase.regionserver.ScanInfo |
getScanInfo() |
private void |
init(Boolean flag) |
void |
setup() |
void |
testLoadDuplicateCoprocessor() |
void |
testPostScannerFilterRow() |
void |
testPreCompactScannerOpen() |
void |
testPreFlushScannerOpen() |
void |
testPreMemStoreCompactionCompactScannerOpen() |
void |
testPreStoreScannerOpen() |
private void |
verifyScanInfo(org.apache.hadoop.hbase.regionserver.ScanInfo newScanInfo) |
private org.apache.hadoop.conf.Configuration conf
public static final HBaseClassTestRule CLASS_RULE
public final org.junit.rules.TestName name
private org.apache.hadoop.hbase.client.RegionInfo regionInfo
private org.apache.hadoop.hbase.regionserver.HRegion region
private org.apache.hadoop.hbase.regionserver.RegionServerServices rsServices
public static final int MAX_VERSIONS
public static final int MIN_VERSIONS
public static final int TTL
public static final int TIME_TO_PURGE_DELETES
public TestRegionCoprocessorHost()
public void setup() throws IOException
IOExceptionprivate void init(Boolean flag) throws IOException
IOExceptionpublic void testLoadDuplicateCoprocessor() throws Exception
Exceptionpublic void testPreStoreScannerOpen() throws IOException
IOExceptionpublic void testPreCompactScannerOpen() throws IOException
IOExceptionpublic void testPreFlushScannerOpen() throws IOException
IOExceptionpublic void testPreMemStoreCompactionCompactScannerOpen() throws IOException
IOExceptionpublic void testPostScannerFilterRow() throws IOException
IOExceptionprivate void verifyScanInfo(org.apache.hadoop.hbase.regionserver.ScanInfo newScanInfo)
private org.apache.hadoop.hbase.regionserver.ScanInfo getScanInfo()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.