public class TestResultStatsUtil extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.client.RegionLoadStats |
regionLoadStats |
private static byte[] |
regionName |
private static org.apache.hadoop.hbase.ServerName |
server |
Constructor and Description |
---|
TestResultStatsUtil() |
Modifier and Type | Method and Description |
---|---|
void |
testUpdateStats() |
void |
testUpdateStatsRegionNameNull() |
void |
testUpdateStatsStatsNull() |
void |
testUpdateStatsTrackerNull() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.apache.hadoop.hbase.client.RegionLoadStats regionLoadStats
private static final byte[] regionName
private static final org.apache.hadoop.hbase.ServerName server
public TestResultStatsUtil()
public void testUpdateStats()
public void testUpdateStatsRegionNameNull()
public void testUpdateStatsStatsNull()
public void testUpdateStatsTrackerNull()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.