public class TestZookeeperClient extends BaseTest
| Constructor and Description |
|---|
TestZookeeperClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testCreate() |
void |
testDelete() |
void |
testEntriesReturnsRelativePaths() |
void |
testGetWithEventualConsistencyHitsCache() |
void |
testGetWithVersion() |
void |
testHasPathFalseWithVersion() |
void |
testHasPathThrowsDrillRuntimeException() |
void |
testHasPathTrueWithVersion() |
void |
testHasPathWithEventualConsistencyHitsCache() |
void |
testPutAndGetWorks() |
void |
testPutIfAbsentWhenAbsent() |
void |
testPutIfAbsentWhenPresent() |
void |
testPutWithMatchingVersion() |
void |
testPutWithNonMatchingVersion() |
void |
testStartingClientEnablesCacheAndEnsuresRootNodeExists() |
public void testStartingClientEnablesCacheAndEnsuresRootNodeExists()
throws Exception
Exceptionpublic void testHasPathWithEventualConsistencyHitsCache()
public void testHasPathThrowsDrillRuntimeException()
public void testHasPathTrueWithVersion()
public void testHasPathFalseWithVersion()
public void testPutAndGetWorks()
public void testGetWithEventualConsistencyHitsCache()
public void testEntriesReturnsRelativePaths()
public void testGetWithVersion()
public void testPutWithMatchingVersion()
public void testPutWithNonMatchingVersion()
public void testPutIfAbsentWhenAbsent()
public void testPutIfAbsentWhenPresent()
Copyright © 2021 The Apache Software Foundation. All rights reserved.