public class TestRegionProcedureStoreMigration extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private HBaseCommonTestingUtility |
htu |
private org.apache.hadoop.hbase.master.region.MasterRegion |
region |
private org.apache.hadoop.hbase.Server |
server |
private org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore |
store |
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore |
walStore |
Constructor and Description |
---|
TestRegionProcedureStoreMigration() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
test() |
void |
testMigrateWithUnsupportedProcedures() |
public static final HBaseClassTestRule CLASS_RULE
private HBaseCommonTestingUtility htu
private org.apache.hadoop.hbase.Server server
private org.apache.hadoop.hbase.master.region.MasterRegion region
private org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore store
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore walStore
public TestRegionProcedureStoreMigration()
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void test() throws IOException
IOException
public void testMigrateWithUnsupportedProcedures() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.