public class TestMasterObserverPostCalls extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestMasterObserverPostCalls.MasterObserverForTest |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
protected static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestMasterObserverPostCalls() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
static void |
setupCluster() |
private static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
void |
testPostCreateNamespace() |
void |
testPostCreateTable() |
void |
testPostDeleteNamespace() |
void |
testPostDeleteTable() |
void |
testPostDisableTable() |
void |
testPostModifyNamespace() |
void |
testPostModifyTable() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility UTIL
public TestMasterObserverPostCalls()
public static void setupCluster() throws Exception
Exception
private static void setupConf(org.apache.hadoop.conf.Configuration conf)
public static void cleanupTest() throws Exception
Exception
public void testPostDeleteNamespace() throws IOException
IOException
public void testPostModifyNamespace() throws IOException
IOException
public void testPostCreateNamespace() throws IOException
IOException
public void testPostCreateTable() throws IOException
IOException
public void testPostModifyTable() throws IOException
IOException
public void testPostDisableTable() throws IOException
IOException
public void testPostDeleteTable() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.