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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testScannerRPCScanMetrics() throws Exception
Exception
private void putToTable(org.apache.hadoop.hbase.client.Table ht, byte[] rowkey) throws IOException
IOException
private void scanNextIterate(org.apache.hadoop.hbase.client.Table ht, org.apache.hadoop.hbase.client.Scan scan) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.