public class TestAdminBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.hadoop.hbase.client.Admin |
ADMIN |
org.junit.rules.TestName |
name |
protected static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestAdminBase() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.hbase.client.TableState.State |
getStateFromMeta(org.apache.hadoop.hbase.TableName table) |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
protected static final HBaseTestingUtility TEST_UTIL
protected static org.apache.hadoop.hbase.client.Admin ADMIN
public org.junit.rules.TestName name
public TestAdminBase()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionprotected org.apache.hadoop.hbase.client.TableState.State getStateFromMeta(org.apache.hadoop.hbase.TableName table) throws IOException
IOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.