public class TestMasterProcedureEvents extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
protected static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestMasterProcedureEvents() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
static void |
setupCluster() |
private static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
void |
tearDown() |
void |
testMasterInitializedEvent() |
private void |
testProcedureEventWaitWake(org.apache.hadoop.hbase.master.HMaster master,
org.apache.hadoop.hbase.procedure2.ProcedureEvent<?> event,
org.apache.hadoop.hbase.procedure2.Procedure<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> proc) |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility UTIL
public org.junit.rules.TestName name
public TestMasterProcedureEvents()
private static void setupConf(org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
public static void setupCluster() throws Exception
Exception
public static void cleanupTest() throws Exception
Exception
public void testMasterInitializedEvent() throws Exception
Exception
private void testProcedureEventWaitWake(org.apache.hadoop.hbase.master.HMaster master, org.apache.hadoop.hbase.procedure2.ProcedureEvent<?> event, org.apache.hadoop.hbase.procedure2.Procedure<org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv> proc) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.