public class TestZKMulti extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestZKMulti() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
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 |
testMultiFailure() |
void |
testRunSequentialOnMultiFailure() |
void |
testSimpleMulti() |
void |
testSingleFailure() |
void |
testSingleFailureInMulti() |
public static final HBaseClassTestRule CLASS_RULE
public TestZKMulti()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testSimpleMulti() throws Exception
Exceptionpublic void testComplexMulti() throws Exception
Exceptionpublic void testSingleFailure() throws Exception
Exceptionpublic void testSingleFailureInMulti() throws Exception
Exceptionpublic void testMultiFailure() throws Exception
Exceptionpublic void testRunSequentialOnMultiFailure() throws Exception
Exceptionpublic void testdeleteChildrenRecursivelyMulti() throws Exception
Exceptionpublic void testDeleteNodeRecursivelyMulti() throws Exception
Exceptionpublic void testDeleteNodeRecursivelyMultiOrSequential() throws Exception
Exceptionpublic void testDeleteChildrenRecursivelyMultiOrSequential() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.