public class TestMasterObserver extends 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 |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
static CountDownLatch |
tableCreationLatch |
static CountDownLatch |
tableDeletionLatch |
| Constructor and Description |
|---|
TestMasterObserver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testAbortProcedureOperation() |
void |
testGetLocksOperation() |
void |
testGetProceduresOperation() |
void |
testNamespaceOperations() |
void |
testQueueLockAndLockHeartbeatOperations() |
void |
testRegionTransitionOperations() |
void |
testSnapshotOperations() |
void |
testStarted() |
void |
testTableDescriptorsEnumeration() |
void |
testTableNamesEnumeration() |
void |
testTableOperations() |
public static final HBaseClassTestRule CLASS_RULE
public static CountDownLatch tableCreationLatch
public static CountDownLatch tableDeletionLatch
public org.junit.rules.TestName name
public TestMasterObserver()
public static void setupBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testStarted() throws Exception
Exceptionpublic void testTableOperations() throws Exception
Exceptionpublic void testSnapshotOperations() throws Exception
Exceptionpublic void testNamespaceOperations() throws Exception
Exceptionpublic void testRegionTransitionOperations() throws Exception
Exceptionpublic void testTableDescriptorsEnumeration() throws Exception
Exceptionpublic void testTableNamesEnumeration() throws Exception
Exceptionpublic void testAbortProcedureOperation() throws Exception
Exceptionpublic void testGetProceduresOperation() throws Exception
Exceptionpublic void testGetLocksOperation() throws Exception
Exceptionpublic void testQueueLockAndLockHeartbeatOperations() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.