public class TestNamespace extends 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 | 
verifyReservedNS()  | 
protected static final Log LOG
protected static final int NUM_SLAVES_BASE
protected static Admin admin
protected static HBaseCluster cluster
public void beforeMethod()
                  throws IOException
IOExceptionpublic void verifyReservedNS()
                      throws IOException
IOExceptionpublic void createDoubleTest()
                      throws IOException,
                             InterruptedException
IOExceptionInterruptedExceptionpublic void createTableTest()
                     throws IOException,
                            InterruptedException
IOExceptionInterruptedExceptionpublic void createTableInDefaultNamespace()
                                   throws Exception
Exceptionpublic void createTableInSystemNamespace()
                                  throws Exception
Exceptionpublic void testNamespaceOperations()
                             throws IOException
IOException