public class TestMetricsRegionServer extends Object
| Modifier and Type | Field and Description | 
|---|---|
static HBaseClassTestRule | 
CLASS_RULE  | 
(package private) String | 
FLUSH_FILE_SIZE  | 
(package private) String | 
FLUSH_FILE_SIZE_DESC  | 
(package private) String | 
FLUSH_MEMSTORE_SIZE  | 
(package private) String | 
FLUSH_MEMSTORE_SIZE_DESC  | 
(package private) String | 
FLUSH_TIME  | 
(package private) String | 
FLUSH_TIME_DESC  | 
(package private) String | 
FLUSHED_MEMSTORE_BYTES  | 
(package private) String | 
FLUSHED_MEMSTORE_BYTES_DESC  | 
(package private) String | 
FLUSHED_OUTPUT_BYTES  | 
(package private) String | 
FLUSHED_OUTPUT_BYTES_DESC  | 
static MetricsAssertHelper | 
HELPER  | 
private org.apache.hadoop.hbase.regionserver.MetricsRegionServer | 
rsm  | 
private org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource | 
serverSource  | 
private MetricsRegionServerWrapperStub | 
wrapper  | 
| Constructor and Description | 
|---|
TestMetricsRegionServer()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
classSetUp()  | 
void | 
setUp()  | 
void | 
testCompaction()  | 
void | 
testConstuctor()  | 
void | 
testFlush()  | 
void | 
testPauseMonitor()  | 
void | 
testSlowCount()  | 
void | 
testWrapperSource()  | 
public static final HBaseClassTestRule CLASS_RULE
public static MetricsAssertHelper HELPER
private MetricsRegionServerWrapperStub wrapper
private org.apache.hadoop.hbase.regionserver.MetricsRegionServer rsm
private org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource serverSource
String FLUSH_TIME
String FLUSH_TIME_DESC
String FLUSH_MEMSTORE_SIZE
String FLUSH_MEMSTORE_SIZE_DESC
String FLUSH_FILE_SIZE
String FLUSH_FILE_SIZE_DESC
String FLUSHED_OUTPUT_BYTES
String FLUSHED_OUTPUT_BYTES_DESC
String FLUSHED_MEMSTORE_BYTES
String FLUSHED_MEMSTORE_BYTES_DESC
public TestMetricsRegionServer()
public static void classSetUp()
public void setUp()
public void testWrapperSource()
public void testConstuctor()
public void testSlowCount()
public void testFlush()
public void testCompaction()
public void testPauseMonitor()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.