public class TestNamespaceAuditor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestNamespaceAuditor.CPRegionServerObserver |
static class |
TestNamespaceAuditor.CustomObserver |
static class |
TestNamespaceAuditor.MasterSyncObserver |
| Constructor and Description |
|---|
TestNamespaceAuditor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
before() |
void |
cleanup() |
static void |
setupOnce() |
static void |
tearDown() |
void |
testCloneSnapshot() |
void |
testCloneSnapshotQuotaExceed() |
void |
testDeleteTable() |
void |
testExceedTableQuotaInNamespace() |
void |
testRecreateTableWithSameNameAfterFirstTimeFailure() |
void |
testRegionMerge() |
void |
testRegionOperations() |
void |
testRestoreSnapshot() |
void |
testRestoreSnapshotQuotaExceed() |
void |
testStatePreserve() |
void |
testTableOperations() |
void |
testValidQuotas() |
static void |
waitForQuotaInitialize(HBaseTestingUtility util) |
public static void before()
throws java.lang.Exception
java.lang.Exceptionpublic static void setupOnce()
throws java.lang.Exception,
java.io.IOException
java.lang.Exceptionjava.io.IOExceptionpublic static void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void cleanup()
throws java.lang.Exception,
KeeperException
java.lang.ExceptionKeeperExceptionpublic void testTableOperations()
throws java.lang.Exception
java.lang.Exceptionpublic void testValidQuotas()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteTable()
throws java.lang.Exception
java.lang.Exceptionpublic void testRegionMerge()
throws java.lang.Exception
java.lang.Exceptionpublic void testRegionOperations()
throws java.lang.Exception
java.lang.Exceptionpublic void testRecreateTableWithSameNameAfterFirstTimeFailure()
throws java.lang.Exception
java.lang.Exceptionpublic void testStatePreserve()
throws java.lang.Exception
java.lang.Exceptionpublic static void waitForQuotaInitialize(HBaseTestingUtility util) throws java.lang.Exception
java.lang.Exceptionpublic void testExceedTableQuotaInNamespace()
throws java.lang.Exception
java.lang.Exceptionpublic void testCloneSnapshotQuotaExceed()
throws java.lang.Exception
java.lang.Exceptionpublic void testCloneSnapshot()
throws java.lang.Exception
java.lang.Exceptionpublic void testRestoreSnapshot()
throws java.lang.Exception
java.lang.Exceptionpublic void testRestoreSnapshotQuotaExceed()
throws java.lang.Exception
java.lang.Exception