public class TestJoinedScanners extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.io.encoding.DataBlockEncoding |
blockEncoding |
private static byte[] |
cf_essential |
private static byte[] |
cf_joined |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
col_name |
private static byte[] |
flag_no |
private static byte[] |
flag_yes |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static org.apache.hbase.thirdparty.org.apache.commons.cli.Options |
options |
private static int |
selectionRatio |
private static HBaseTestingUtility |
TEST_UTIL |
private static int |
valueWidth |
Constructor and Description |
---|
TestJoinedScanners() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Command line interface:
|
private void |
runScanner(org.apache.hadoop.hbase.client.Table table,
boolean slow) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testJoinedScanners() |
void |
testWithReverseScan() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] cf_essential
private static final byte[] cf_joined
private static final byte[] col_name
private static final byte[] flag_yes
private static final byte[] flag_no
private static org.apache.hadoop.hbase.io.encoding.DataBlockEncoding blockEncoding
private static int selectionRatio
private static int valueWidth
public org.junit.rules.TestName name
private static org.apache.hbase.thirdparty.org.apache.commons.cli.Options options
public TestJoinedScanners()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testJoinedScanners() throws Exception
Exception
private void runScanner(org.apache.hadoop.hbase.client.Table table, boolean slow) throws Exception
Exception
public static void main(String[] args) throws Exception
args
- IOException
- if there is a bug while reading from diskException
public void testWithReverseScan() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.