public class TestWideScanner extends Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
A |
private static byte[] |
B |
private static byte[] |
C |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[][] |
COLUMNS |
private static org.slf4j.Logger |
LOG |
private static org.apache.hadoop.hbase.regionserver.HRegion |
REGION
HRegionInfo for root region
|
private static org.apache.hadoop.hbase.client.TableDescriptor |
TESTTABLEDESC |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestWideScanner() |
Modifier and Type | Method and Description |
---|---|
private int |
addWideContent(org.apache.hadoop.hbase.regionserver.HRegion region) |
static void |
setUp() |
static void |
tearDown() |
void |
testWideScanBatching() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static final org.slf4j.Logger LOG
private static final byte[] A
private static final byte[] B
private static final byte[] C
private static byte[][] COLUMNS
private static final org.apache.hadoop.hbase.client.TableDescriptor TESTTABLEDESC
private static org.apache.hadoop.hbase.regionserver.HRegion REGION
public TestWideScanner()
public static void setUp() throws IOException
IOException
public static void tearDown() throws IOException
IOException
private int addWideContent(org.apache.hadoop.hbase.regionserver.HRegion region) throws IOException
IOException
public void testWideScanBatching() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.