public class TestMasterProcedureSchedulerConcurrency extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestMasterProcedureSchedulerConcurrency.TestPeerProcedureSet |
static class |
TestMasterProcedureSchedulerConcurrency.TestTableProcSet |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler |
queue |
Constructor and Description |
---|
TestMasterProcedureSchedulerConcurrency() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testConcurrentPeerOperations() |
void |
testConcurrentWriteOps()
Verify that "write" operations for a single table are serialized, but different tables can be
executed in parallel.
|
void |
testMasterProcedureSchedulerPerformanceEvaluation() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler queue
public TestMasterProcedureSchedulerConcurrency()
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void testConcurrentPeerOperations() throws Exception
Exception
public void testConcurrentWriteOps() throws Exception
Exception
public void testMasterProcedureSchedulerPerformanceEvaluation() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.