public class TestAssignmentListener extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
TestAssignmentListener.DummyAssignmentListener |
(package private) static class |
TestAssignmentListener.DummyListener |
(package private) static class |
TestAssignmentListener.DummyServerListener |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestAssignmentListener() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterAllTests() |
private boolean |
areAllRegionsLocatedOnSameServer(org.apache.hadoop.hbase.TableName TABLE_NAME) |
static void |
beforeAllTests() |
void |
testAssignmentListener() |
void |
testServerListener() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
public org.junit.rules.TestName name
public TestAssignmentListener()
public static void beforeAllTests() throws Exception
Exceptionpublic static void afterAllTests() throws Exception
Exceptionpublic void testServerListener() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testAssignmentListener() throws IOException, InterruptedException
IOExceptionInterruptedExceptionprivate boolean areAllRegionsLocatedOnSameServer(org.apache.hadoop.hbase.TableName TABLE_NAME)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.