Class TestZKMulti
java.lang.Object
org.apache.hadoop.hbase.zookeeper.TestZKMulti
Test ZooKeeper multi-update functionality.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
private static final HBaseZKTestingUtility
private static org.apache.hadoop.hbase.zookeeper.ZKWatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
createZNodeTree
(String rootZNode) static void
static void
void
void
void
Verifies that for the given root node, it should delete all the child nodes recursively using multi-update api.void
void
Verifies that for the given root node, it should delete all the nodes recursively using multi-update api.void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
zkw
-
-
Constructor Details
-
TestZKMulti
public TestZKMulti()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testSimpleMulti
- Throws:
Exception
-
testComplexMulti
- Throws:
Exception
-
testSingleFailure
- Throws:
Exception
-
testSingleFailureInMulti
- Throws:
Exception
-
testMultiFailure
- Throws:
Exception
-
testRunSequentialOnMultiFailure
- Throws:
Exception
-
testdeleteChildrenRecursivelyMulti
Verifies that for the given root node, it should delete all the child nodes recursively using multi-update api.- Throws:
Exception
-
testDeleteNodeRecursivelyMulti
Verifies that for the given root node, it should delete all the nodes recursively using multi-update api.- Throws:
Exception
-
testDeleteNodeRecursivelyMultiOrSequential
- Throws:
Exception
-
testDeleteChildrenRecursivelyMultiOrSequential
- Throws:
Exception
-
testBatchedDeletesOfWideZNodes
- Throws:
Exception
-
testListPartitioning
-
createZNodeTree
private void createZNodeTree(String rootZNode) throws org.apache.zookeeper.KeeperException, InterruptedException - Throws:
org.apache.zookeeper.KeeperException
InterruptedException
-