public class TestMasterAddressTracker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMasterAddressTracker.NodeCreationListener |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestMasterAddressTracker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testDeleteIfEquals() |
void |
testMasterAddressTrackerFromZK()
Unit tests that uses ZooKeeper but does not use the master-side methods
but rather acts directly on ZK.
|
void |
testNoBackups() |
void |
testNoMaster() |
void |
testParsingNull() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestMasterAddressTracker()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testDeleteIfEquals() throws Exception
Exceptionpublic void testMasterAddressTrackerFromZK() throws Exception
Exceptionpublic void testParsingNull() throws Exception
Exceptionpublic void testNoBackups() throws Exception
Exceptionpublic void testNoMaster() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.