public class TestHelloHBase extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestHelloHBase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
testCreateNamespaceAndTable() |
void |
testDeleteRow() |
void |
testNamespaceExists() |
void |
testPutRowToTable() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
public TestHelloHBase()
public static void beforeClass() throws Exception
Exceptionpublic static void afterClass() throws Exception
Exceptionpublic void testNamespaceExists() throws Exception
Exceptionpublic void testCreateNamespaceAndTable() throws Exception
Exceptionpublic void testPutRowToTable() throws IOException
IOExceptionpublic void testDeleteRow() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.