public class TestActiveMasterManager
extends java.lang.Object
ActiveMasterManager.| Modifier and Type | Class and Description |
|---|---|
static class |
TestActiveMasterManager.DummyMaster
Dummy Master Implementation.
|
static class |
TestActiveMasterManager.NodeDeletionListener |
static class |
TestActiveMasterManager.WaitToBeMasterThread |
| Constructor and Description |
|---|
TestActiveMasterManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testActiveMasterManagerFromZK()
Unit tests that uses ZooKeeper but does not use the master-side methods
but rather acts directly on ZK.
|
void |
testRestartMaster() |
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testRestartMaster()
throws java.io.IOException,
KeeperException
java.io.IOExceptionKeeperExceptionpublic void testActiveMasterManagerFromZK()
throws java.lang.Exception
java.lang.Exception