public class TestZooKeeperExt extends Object implements org.apache.zookeeper.Watcher
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH |
static String |
FIRST_PATH |
| Constructor and Description |
|---|
TestZooKeeperExt() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.zookeeper.WatchedEvent event) |
void |
setUp() |
void |
tearDown() |
void |
testCreateExt() |
void |
testDeleteExt() |
void |
testGetChildrenExt() |
public static final String BASE_PATH
public static final String FIRST_PATH
public void process(org.apache.zookeeper.WatchedEvent event)
process in interface org.apache.zookeeper.Watcherpublic void setUp()
public void tearDown()
public void testCreateExt()
throws org.apache.zookeeper.KeeperException,
InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic void testDeleteExt()
throws org.apache.zookeeper.KeeperException,
InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic void testGetChildrenExt()
throws org.apache.zookeeper.KeeperException,
InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.