public class TestMetricsConnection extends Object
Modifier and Type | Field and Description |
---|---|
private static ThreadPoolExecutor |
BATCH_POOL |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.hbase.client.MetricsConnection |
METRICS |
private static String |
MOCK_CONN_STR |
Constructor and Description |
---|
TestMetricsConnection() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
testMetricsConnectionScope() |
void |
testMetricsWithMutiConnections() |
void |
testStaticMetrics() |
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hadoop.hbase.client.MetricsConnection METRICS
private static final ThreadPoolExecutor BATCH_POOL
private static final String MOCK_CONN_STR
public TestMetricsConnection()
public static void beforeClass()
public static void afterClass()
public void testMetricsConnectionScope() throws IOException
IOException
public void testMetricsWithMutiConnections() throws IOException
IOException
public void testStaticMetrics() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.