public class TestMasterObserverToModifyTableSchema extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestMasterObserverToModifyTableSchema.OnlyOneVersionAllowedMasterObserver |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
private static org.apache.hadoop.hbase.TableName |
TABLENAME |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestMasterObserverToModifyTableSchema() |
Modifier and Type | Method and Description |
---|---|
private void |
assertOneVersion(org.apache.hadoop.hbase.client.TableDescriptor td) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testMasterObserverToModifyTableSchema() |
public static final HBaseClassTestRule CLASS_RULE
private static HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.TableName TABLENAME
public org.junit.rules.TestName name
public TestMasterObserverToModifyTableSchema()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testMasterObserverToModifyTableSchema() throws IOException
IOException
private void assertOneVersion(org.apache.hadoop.hbase.client.TableDescriptor td)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.