public class TestScannerRPCScanMetrics extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
TestScannerRPCScanMetrics.RegionServerWithScanMetrics |
private static class |
TestScannerRPCScanMetrics.RSRPCServicesWithScanMetrics |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static byte[] |
QUALIFIER |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE |
| Constructor and Description |
|---|
TestScannerRPCScanMetrics() |
| Modifier and Type | Method and Description |
|---|---|
private void |
putToTable(org.apache.hadoop.hbase.client.Table ht,
byte[] rowkey) |
private void |
scanNextIterate(org.apache.hadoop.hbase.client.Table ht,
org.apache.hadoop.hbase.client.Scan scan) |
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testScannerRPCScanMetrics() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final byte[] VALUE
public org.junit.rules.TestName name
public TestScannerRPCScanMetrics()
public static void setupBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testScannerRPCScanMetrics() throws Exception
Exceptionprivate void putToTable(org.apache.hadoop.hbase.client.Table ht, byte[] rowkey) throws IOException
IOExceptionprivate void scanNextIterate(org.apache.hadoop.hbase.client.Table ht, org.apache.hadoop.hbase.client.Scan scan) throws Exception
ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.