public class TestMasterObserver
extends java.lang.Object
MasterObserver
interface hooks at all appropriate times during normal HMaster operations.| Modifier and Type | Class and Description |
|---|---|
static class |
TestMasterObserver.CPMasterObserver |
| Modifier and Type | Field and Description |
|---|---|
TestName |
name |
static java.util.concurrent.CountDownLatch |
tableCreationLatch |
static java.util.concurrent.CountDownLatch |
tableDeletionLatch |
| Constructor and Description |
|---|
TestMasterObserver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAbortProcedureOperation() |
void |
testListProceduresOperation() |
void |
testNamespaceOperations() |
void |
testRegionTransitionOperations() |
void |
testSnapshotOperations() |
void |
testStarted() |
void |
testTableDescriptorsEnumeration() |
void |
testTableNamesEnumeration() |
void |
testTableOperations() |
public static java.util.concurrent.CountDownLatch tableCreationLatch
public static java.util.concurrent.CountDownLatch tableDeletionLatch
public TestName name
public static void setupBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testStarted()
throws java.lang.Exception
java.lang.Exceptionpublic void testTableOperations()
throws java.lang.Exception
java.lang.Exceptionpublic void testSnapshotOperations()
throws java.lang.Exception
java.lang.Exceptionpublic void testNamespaceOperations()
throws java.lang.Exception
java.lang.Exceptionpublic void testRegionTransitionOperations()
throws java.lang.Exception
java.lang.Exceptionpublic void testTableDescriptorsEnumeration()
throws java.lang.Exception
java.lang.Exceptionpublic void testTableNamesEnumeration()
throws java.lang.Exception
java.lang.Exceptionpublic void testAbortProcedureOperation()
throws java.lang.Exception
java.lang.Exceptionpublic void testListProceduresOperation()
throws java.lang.Exception
java.lang.Exception