public class TestNamespace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static Admin |
admin |
protected static HBaseCluster |
cluster |
protected static Log |
LOG |
protected static int |
NUM_SLAVES_BASE |
| Constructor and Description |
|---|
TestNamespace() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeMethod() |
void |
createDoubleTest() |
void |
createRemoveTest() |
void |
createTableInDefaultNamespace() |
void |
createTableInSystemNamespace() |
void |
createTableTest() |
static void |
setUp() |
static void |
tearDown() |
void |
testDeleteReservedNS() |
void |
testNamespaceJanitor() |
void |
testNamespaceOperations() |
void |
testValueOfNamespaceAndQualifier() |
void |
verifyReservedNS() |
protected static final Log LOG
protected static final int NUM_SLAVES_BASE
protected static Admin admin
protected static HBaseCluster cluster
public static void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void beforeMethod()
throws java.io.IOException
java.io.IOExceptionpublic void verifyReservedNS()
throws java.io.IOException
java.io.IOExceptionpublic void testDeleteReservedNS()
throws java.lang.Exception
java.lang.Exceptionpublic void createRemoveTest()
throws java.lang.Exception
java.lang.Exceptionpublic void createDoubleTest()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void createTableTest()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void createTableInDefaultNamespace()
throws java.lang.Exception
java.lang.Exceptionpublic void createTableInSystemNamespace()
throws java.lang.Exception
java.lang.Exceptionpublic void testNamespaceJanitor()
throws java.lang.Exception
java.lang.Exceptionpublic void testNamespaceOperations()
throws java.io.IOException
java.io.IOExceptionpublic void testValueOfNamespaceAndQualifier()