public class TestRegionServerAddressTracker extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestRegionServerAddressTracker.WarnOnlyAbortable |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static HBaseZKTestingUtility |
TEST_UTIL |
private org.apache.hadoop.hbase.zookeeper.RegionServerAddressTracker |
tracker |
private org.apache.hadoop.hbase.zookeeper.ZKWatcher |
zk |
Constructor and Description |
---|
TestRegionServerAddressTracker() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
test() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseZKTestingUtility TEST_UTIL
private org.apache.hadoop.hbase.zookeeper.ZKWatcher zk
private org.apache.hadoop.hbase.zookeeper.RegionServerAddressTracker tracker
public org.junit.rules.TestName name
public TestRegionServerAddressTracker()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setUp() throws org.apache.hadoop.hbase.ZooKeeperConnectionException, IOException, org.apache.zookeeper.KeeperException
org.apache.hadoop.hbase.ZooKeeperConnectionException
IOException
org.apache.zookeeper.KeeperException
public void tearDown() throws IOException
IOException
public void test() throws org.apache.zookeeper.KeeperException
org.apache.zookeeper.KeeperException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.