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 |
Constructor and Description |
---|
TestMetricsConnection() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
testMetricsConnectionScopeAsyncClient() |
void |
testMetricsConnectionScopeBlockingClient() |
void |
testStaticMetrics() |
public static final HBaseClassTestRule CLASS_RULE
private static org.apache.hadoop.hbase.client.MetricsConnection METRICS
private static final ThreadPoolExecutor BATCH_POOL
public TestMetricsConnection()
public static void beforeClass()
public static void afterClass()
public void testMetricsConnectionScopeAsyncClient() throws IOException
IOException
public void testMetricsConnectionScopeBlockingClient() throws IOException
IOException
public void testStaticMetrics() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.