public class TestDetermineRSGroupInfoForTable extends Object
RSGroupInfoManager.determineRSGroupInfoForTable(TableName)
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
private static String |
GROUP_NAME |
private static org.slf4j.Logger |
LOG |
private static org.apache.hadoop.hbase.master.HMaster |
master |
private static String |
NAMESPACE_NAME |
private static String |
OTHER_NAMESPACE_NAME |
private static org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient |
rsGroupAdminClient |
private static org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager |
rsGroupInfoManager |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestDetermineRSGroupInfoForTable() |
Modifier and Type | Method and Description |
---|---|
static void |
setUp() |
static void |
tearDown() |
void |
testByDefault() |
void |
testDetermineByNamespaceConfig() |
void |
testDetermineByScript()
determine by script
|
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.master.HMaster master
private static org.apache.hadoop.hbase.client.Admin admin
private static org.apache.hadoop.hbase.rsgroup.RSGroupInfoManager rsGroupInfoManager
private static org.apache.hadoop.hbase.rsgroup.RSGroupAdminClient rsGroupAdminClient
private static final String GROUP_NAME
private static final String NAMESPACE_NAME
private static final String OTHER_NAMESPACE_NAME
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
public TestDetermineRSGroupInfoForTable()
public void testByDefault() throws IOException
IOException
public void testDetermineByNamespaceConfig() throws IOException
IOException
public void testDetermineByScript() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.