public class IntegrationTestManyRegions extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.Admin |
admin |
private static String |
CLASS_NAME |
protected static int |
DEFAULT_REGION_COUNT |
protected static int |
DEFAULT_REGIONSERVER_COUNT |
protected static int |
DEFAULT_TIMEOUT_MINUTES |
protected static org.slf4j.Logger |
LOG |
protected static int |
REGION_COUNT |
protected static String |
REGION_COUNT_KEY |
protected static int |
REGION_SERVER_COUNT |
protected static String |
REGIONSERVER_COUNT_KEY |
protected static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
static org.junit.rules.TestRule |
timeout |
protected static int |
TIMEOUT_MINUTES |
protected static String |
TIMEOUT_MINUTES_KEY |
protected static IntegrationTestingUtility |
UTIL |
Constructor and Description |
---|
IntegrationTestManyRegions() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testCreateTableWithRegions() |
private static final String CLASS_NAME
protected static final org.slf4j.Logger LOG
protected static final org.apache.hadoop.hbase.TableName TABLE_NAME
protected static final String REGION_COUNT_KEY
protected static final String REGIONSERVER_COUNT_KEY
protected static final String TIMEOUT_MINUTES_KEY
protected static final IntegrationTestingUtility UTIL
protected static final int DEFAULT_REGION_COUNT
protected static final int REGION_COUNT
protected static final int DEFAULT_REGIONSERVER_COUNT
protected static final int REGION_SERVER_COUNT
protected static final int DEFAULT_TIMEOUT_MINUTES
protected static final int TIMEOUT_MINUTES
public static final org.junit.rules.TestRule timeout
private org.apache.hadoop.hbase.client.Admin admin
public IntegrationTestManyRegions()
public void tearDown() throws IOException
IOException
public void testCreateTableWithRegions() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.