public class TestMasterMetrics extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestMasterMetrics.MyMaster |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static MiniHBaseCluster |
cluster |
private static org.slf4j.Logger |
LOG |
private static org.apache.hadoop.hbase.master.HMaster |
master |
private static MetricsAssertHelper |
metricsHelper |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestMasterMetrics() |
Modifier and Type | Method and Description |
---|---|
static void |
after() |
static void |
startCluster() |
void |
testClusterRequests() |
void |
testDefaultMasterMetrics() |
void |
testDefaultMasterProcMetrics() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final MetricsAssertHelper metricsHelper
private static MiniHBaseCluster cluster
private static org.apache.hadoop.hbase.master.HMaster master
private static HBaseTestingUtility TEST_UTIL
public TestMasterMetrics()
public static void startCluster() throws Exception
Exception
public void testClusterRequests() throws Exception
Exception
public void testDefaultMasterMetrics() throws Exception
Exception
public void testDefaultMasterProcMetrics() throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.