public class TestMasterFifoRpcScheduler extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestMasterFifoRpcScheduler.MockMasterFifoRpcScheduler |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static String |
OTHER |
private static String |
REGION_SERVER_REPORT |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestMasterFifoRpcScheduler() |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.ipc.CallRunner |
createMockTask(AtomicInteger callExecutionCount,
boolean isRegionServerReportTask) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCallQueueInfo() |
void |
testMasterRpcScheduler() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final String REGION_SERVER_REPORT
private static final String OTHER
private static HBaseTestingUtility TEST_UTIL
public TestMasterFifoRpcScheduler()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testMasterRpcScheduler()
public void testCallQueueInfo() throws Exception
Exception
private org.apache.hadoop.hbase.ipc.CallRunner createMockTask(AtomicInteger callExecutionCount, boolean isRegionServerReportTask)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.