public class TestCachedClusterId extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestCachedClusterId.GetClusterIdThread |
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.master.HMaster |
activeMaster |
static HBaseClassTestRule |
CLASS_RULE |
private static String |
clusterId |
private static org.apache.hadoop.hbase.master.HMaster |
standByMaster |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestCachedClusterId() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testClusterIdMatch() |
void |
testMultiThreadedGetClusterId() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.master.HMaster activeMaster
private static org.apache.hadoop.hbase.master.HMaster standByMaster
public TestCachedClusterId()
public void testClusterIdMatch()
public void testMultiThreadedGetClusterId() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.