public class TestRegionServerHostname extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_MASTERS |
private static int |
NUM_RS |
private HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestRegionServerHostname() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
teardown() |
void |
testConflictRegionServerHostnameConfigurationsAbortServer() |
void |
testDeprecatedConfigs() |
void |
testInvalidRegionServerHostnameAbortsServer() |
void |
testRegionServerHostname() |
void |
testRegionServerHostnameReportedToMaster() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private HBaseTestingUtility TEST_UTIL
private static final int NUM_MASTERS
private static final int NUM_RS
public TestRegionServerHostname()
public void setup()
public void testInvalidRegionServerHostnameAbortsServer() throws Exception
Exception
public void testRegionServerHostname() throws Exception
Exception
public void testDeprecatedConfigs() throws Exception
Exception
public void testConflictRegionServerHostnameConfigurationsAbortServer() throws Exception
Exception
public void testRegionServerHostnameReportedToMaster() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.