public abstract class TestTableDDLProcedureBase extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
protected static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestTableDDLProcedureBase() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
protected org.apache.hadoop.hbase.master.HMaster |
getMaster() |
protected org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> |
getMasterProcedureExecutor() |
protected void |
resetProcExecutorTestingKillFlag() |
void |
setup() |
static void |
setupCluster() |
private static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
void |
tearDown() |
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility UTIL
public TestTableDDLProcedureBase()
private static void setupConf(org.apache.hadoop.conf.Configuration conf)
public static void setupCluster() throws Exception
Exception
public static void cleanupTest() throws Exception
Exception
protected void resetProcExecutorTestingKillFlag()
protected org.apache.hadoop.hbase.procedure2.ProcedureExecutor<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> getMasterProcedureExecutor()
protected org.apache.hadoop.hbase.master.HMaster getMaster()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.