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
IOException
private void init(Boolean flag) throws IOException
IOException
public void testLoadDuplicateCoprocessor() throws Exception
Exception
public void testPreStoreScannerOpen() throws IOException
IOException
public void testPreCompactScannerOpen() throws IOException
IOException
public void testPreFlushScannerOpen() throws IOException
IOException
public void testPreMemStoreCompactionCompactScannerOpen() throws IOException
IOException
public void testPostScannerFilterRow() throws IOException
IOException
private 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.