public class TestScannerSelectionUsingKeyRange extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.regionserver.BloomType |
bloomType |
static HBaseClassTestRule |
CLASS_RULE |
private int |
expectedCount |
private static String |
FAMILY |
private static byte[] |
FAMILY_BYTES |
private static int |
NUM_COLS_PER_ROW |
private static int |
NUM_FILES |
private static int |
NUM_ROWS |
private static org.apache.hadoop.hbase.TableName |
TABLE |
private static HBaseTestingUtility |
TEST_UTIL |
private static Map<Object,Integer> |
TYPE_COUNT |
Constructor and Description |
---|
TestScannerSelectionUsingKeyRange(Object type,
Object count) |
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
parameters() |
static void |
tearDownAfterClass() |
void |
testScannerSelection() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.TableName TABLE
private static byte[] FAMILY_BYTES
private static final int NUM_ROWS
private static final int NUM_COLS_PER_ROW
private static final int NUM_FILES
private static final Map<Object,Integer> TYPE_COUNT
private org.apache.hadoop.hbase.regionserver.BloomType bloomType
private int expectedCount
public TestScannerSelectionUsingKeyRange(Object type, Object count)
public static Collection<Object[]> parameters()
public static void tearDownAfterClass() throws Exception
Exception
public void testScannerSelection() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.