public class TestZKMulti extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestZKMulti.ZKMultiAbortable |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static HBaseZKTestingUtility |
TEST_UTIL |
private static org.apache.hadoop.hbase.zookeeper.ZKWatcher |
zkw |
Constructor and Description |
---|
TestZKMulti() |
Modifier and Type | Method and Description |
---|---|
private void |
createZNodeTree(String rootZNode) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testBatchedDeletesOfWideZNodes() |
void |
testComplexMulti() |
void |
testdeleteChildrenRecursivelyMulti()
Verifies that for the given root node, it should delete all the child nodes recursively using
multi-update api.
|
void |
testDeleteChildrenRecursivelyMultiOrSequential() |
void |
testDeleteNodeRecursivelyMulti()
Verifies that for the given root node, it should delete all the nodes recursively using
multi-update api.
|
void |
testDeleteNodeRecursivelyMultiOrSequential() |
void |
testListPartitioning() |
void |
testMultiFailure() |
void |
testRunSequentialOnMultiFailure() |
void |
testSimpleMulti() |
void |
testSingleFailure() |
void |
testSingleFailureInMulti() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseZKTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.zookeeper.ZKWatcher zkw
public TestZKMulti()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testSimpleMulti() throws Exception
Exception
public void testComplexMulti() throws Exception
Exception
public void testSingleFailure() throws Exception
Exception
public void testSingleFailureInMulti() throws Exception
Exception
public void testMultiFailure() throws Exception
Exception
public void testRunSequentialOnMultiFailure() throws Exception
Exception
public void testdeleteChildrenRecursivelyMulti() throws Exception
Exception
public void testDeleteNodeRecursivelyMulti() throws Exception
Exception
public void testDeleteNodeRecursivelyMultiOrSequential() throws Exception
Exception
public void testDeleteChildrenRecursivelyMultiOrSequential() throws Exception
Exception
public void testBatchedDeletesOfWideZNodes() throws Exception
Exception
public void testListPartitioning()
private void createZNodeTree(String rootZNode) throws org.apache.zookeeper.KeeperException, InterruptedException
org.apache.zookeeper.KeeperException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.