Package org.apache.hadoop.hbase.client
Class TestAdminBase
java.lang.Object
org.apache.hadoop.hbase.client.TestAdminBase
- Direct Known Subclasses:
TestAdmin
,TestAdmin1
,TestAdmin2
,TestAdmin3
,TestAdmin4
-
Field Summary
Modifier and TypeFieldDescriptionprotected static org.apache.hadoop.hbase.client.Admin
org.junit.rules.TestName
protected static final int
protected static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.TableState.State
getStateFromMeta
(org.apache.hadoop.hbase.TableName table) static void
void
tearDown()
static void
-
Field Details
-
TEST_UTIL
-
NB_SERVERS
- See Also:
-
ADMIN
-
name
-
-
Constructor Details
-
TestAdminBase
public TestAdminBase()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
getStateFromMeta
protected org.apache.hadoop.hbase.client.TableState.State getStateFromMeta(org.apache.hadoop.hbase.TableName table) throws IOException - Throws:
IOException
-