public abstract class TestAsyncAdminBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AsyncAdmin |
admin |
protected static AsyncConnection |
ASYNC_CONN |
protected static byte[] |
FAMILY |
protected static byte[] |
FAMILY_0 |
protected static byte[] |
FAMILY_1 |
Supplier<AsyncAdmin> |
getAdmin |
protected static org.slf4j.Logger |
LOG |
protected TableName |
tableName |
protected static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
TestAsyncAdminBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createTableWithDefaultConf(TableName tableName) |
protected void |
createTableWithDefaultConf(TableName tableName,
byte[][] splitKeys) |
protected void |
createTableWithDefaultConf(TableName tableName,
byte[][] splitKeys,
byte[]... families) |
static List<Object[]> |
params() |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
protected static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility TEST_UTIL
protected static final byte[] FAMILY
protected static final byte[] FAMILY_0
protected static final byte[] FAMILY_1
protected static AsyncConnection ASYNC_CONN
protected AsyncAdmin admin
public Supplier<AsyncAdmin> getAdmin
public org.junit.rules.TestName testName
public TestAsyncAdminBase()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprotected void createTableWithDefaultConf(TableName tableName)
protected void createTableWithDefaultConf(TableName tableName, byte[][] splitKeys)
protected void createTableWithDefaultConf(TableName tableName, byte[][] splitKeys, byte[]... families)
Copyright © 2007–2019 Cloudera. All rights reserved.