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.Watcher
public void setUp()
public void tearDown()
public void testCreateExt() throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException
InterruptedException
public void testDeleteExt() throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException
InterruptedException
public void testGetChildrenExt() throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException
InterruptedException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.