public class TestZKNodeTracker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestZKNodeTracker.StubAbortable |
static class |
TestZKNodeTracker.TestingZKListener |
static class |
TestZKNodeTracker.TestTracker |
static class |
TestZKNodeTracker.WaitToGetDataThread |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static HBaseZKTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestZKNodeTracker() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCleanZNode() |
void |
testInterruptible()
Test that we can interrupt a node that is blocked on a wait.
|
void |
testNodeTracker() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseZKTestingUtility TEST_UTIL
public TestZKNodeTracker()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testInterruptible() throws IOException, InterruptedException
IOException
InterruptedException
public void testNodeTracker() throws Exception
Exception
public void testCleanZNode() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.