public class TestZooKeeperNodeTracker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestZooKeeperNodeTracker.StubAbortable |
static class |
TestZooKeeperNodeTracker.StubWatcher |
static class |
TestZooKeeperNodeTracker.TestingZKListener |
static class |
TestZooKeeperNodeTracker.TestTracker |
static class |
TestZooKeeperNodeTracker.WaitToGetDataThread |
| Constructor and Description |
|---|
TestZooKeeperNodeTracker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCleanZNode() |
void |
testInterruptible()
Test that we can interrupt a node that is blocked on a wait.
|
void |
testNodeTracker() |
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testInterruptible()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void testNodeTracker()
throws java.lang.Exception
java.lang.Exceptionpublic void testCleanZNode()
throws java.lang.Exception
java.lang.Exception