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 int |
NB_SERVERS |
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 final int NB_SERVERS
protected static org.apache.hadoop.hbase.client.Admin ADMIN
public org.junit.rules.TestName name
public TestAdminBase()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
protected org.apache.hadoop.hbase.client.TableState.State getStateFromMeta(org.apache.hadoop.hbase.TableName table) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.