Class TestScannerRPCScanMetrics
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestScannerRPCScanMetrics
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
private static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final byte[]
private static final HBaseTestingUtility
private static final byte[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate 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
static void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
FAMILY
-
QUALIFIER
-
VALUE
-
name
-
-
Constructor Details
-
TestScannerRPCScanMetrics
public TestScannerRPCScanMetrics()
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testScannerRPCScanMetrics
- Throws:
Exception
-
putToTable
- Throws:
IOException
-
scanNextIterate
private void scanNextIterate(org.apache.hadoop.hbase.client.Table ht, org.apache.hadoop.hbase.client.Scan scan) throws Exception - Throws:
Exception
-