public class TestRSGroups extends TestRSGroupsBase
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRSGroups.CPMasterObserver |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static boolean |
INIT |
protected static org.slf4j.Logger |
LOG |
private static TestRSGroups.CPMasterObserver |
observer |
private static org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint |
rsGroupAdminEndpoint |
admin, cluster, groupPrefix, master, name, NUM_DEAD_SERVERS, NUM_SLAVES_BASE, rand, rsGroupAdmin, tableName, tablePrefix, TEST_UTIL, WAIT_TIMEOUT| Constructor and Description |
|---|
TestRSGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterMethod() |
void |
beforeMethod() |
private static void |
initialize() |
private void |
restartHBaseCluster() |
static void |
setUp() |
static void |
tearDown() |
void |
testBasicStartUp() |
void |
testCloneSnapshot() |
void |
testDefaultNamespaceCreateAndAssign() |
void |
testGroupInfoMultiAccessing() |
void |
testMisplacedRegions() |
void |
testMoveServersAndTables() |
void |
testNamespaceConstraint() |
void |
testNamespaceCreateAndAssign() |
void |
testRemoveServers() |
void |
testRSGroupsWithHBaseQuota() |
void |
testTableMoveTruncateAndDrop() |
addGroup, deleteGroups, deleteNamespaceIfNecessary, deleteTableIfNecessary, getNumServers, getTableRegionMap, getTableServerRegionMap, removeGroup, setup, testBogusArgs, testClearDeadServers, testCreateAndDrop, testCreateMultiRegion, testCreateWhenRsgroupNoOnlineServers, testDisabledTableMove, testFailRemoveGroup, testGroupBalance, testKillRS, testMoveServers, testMoveServersFromDefaultGroup, testMultiTableMove, testNonExistentTableMove, testRegionMove, testSimpleRegionServerMove, testValidGroupNamespublic static final HBaseClassTestRule CLASS_RULE
protected static final org.slf4j.Logger LOG
private static boolean INIT
private static org.apache.hadoop.hbase.rsgroup.RSGroupAdminEndpoint rsGroupAdminEndpoint
private static TestRSGroups.CPMasterObserver observer
public TestRSGroups()
private static void initialize() throws Exception
Exceptionpublic void beforeMethod() throws Exception
Exceptionpublic void afterMethod() throws Exception
Exceptionpublic void testBasicStartUp() throws IOException
IOExceptionpublic void testNamespaceCreateAndAssign() throws Exception
Exceptionpublic void testDefaultNamespaceCreateAndAssign() throws Exception
Exceptionpublic void testNamespaceConstraint() throws Exception
Exceptionpublic void testGroupInfoMultiAccessing() throws Exception
Exceptionpublic void testMoveServersAndTables() throws Exception
testMoveServersAndTables in class TestRSGroupsBaseExceptionpublic void testTableMoveTruncateAndDrop() throws Exception
testTableMoveTruncateAndDrop in class TestRSGroupsBaseExceptionpublic void testRemoveServers() throws Exception
testRemoveServers in class TestRSGroupsBaseExceptionpublic void testMisplacedRegions() throws Exception
Exceptionpublic void testCloneSnapshot() throws Exception
Exceptionpublic void testRSGroupsWithHBaseQuota() throws Exception
Exceptionprivate void restartHBaseCluster() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.