public class TestScanWithBloomError extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private static NavigableSet<Integer> | allColIds | 
| private org.apache.hadoop.hbase.regionserver.BloomType | bloomType | 
| static HBaseClassTestRule | CLASS_RULE | 
| private org.apache.hadoop.conf.Configuration | conf | 
| private static String | FAMILY | 
| private static byte[] | FAMILY_BYTES | 
| private org.apache.hadoop.fs.FileSystem | fs | 
| private static org.slf4j.Logger | LOG | 
| private static String | QUALIFIER_PREFIX | 
| private org.apache.hadoop.hbase.regionserver.HRegion | region | 
| private static String | ROW | 
| private static byte[] | ROW_BYTES | 
| private static String | TABLE_NAME | 
| private static HBaseTestingUtility | TEST_UTIL | 
| Constructor and Description | 
|---|
| TestScanWithBloomError(org.apache.hadoop.hbase.regionserver.BloomType bloomType) | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | addColumnSetToScan(org.apache.hadoop.hbase.client.Scan scan,
                  int[] colIds) | 
| private void | createStoreFile(int[] colIds) | 
| static Collection<Object[]> | parameters() | 
| private String | qualFromId(int colId) | 
| private void | scanColSet(int[] colSet,
          int[] expectedResultCols) | 
| void | setUp() | 
| void | testThreeStoreFiles() | 
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final String TABLE_NAME
private static final String FAMILY
private static final byte[] FAMILY_BYTES
private static final String ROW
private static final String QUALIFIER_PREFIX
private static final byte[] ROW_BYTES
private static NavigableSet<Integer> allColIds
private org.apache.hadoop.hbase.regionserver.HRegion region
private org.apache.hadoop.hbase.regionserver.BloomType bloomType
private org.apache.hadoop.fs.FileSystem fs
private org.apache.hadoop.conf.Configuration conf
private static final HBaseTestingUtility TEST_UTIL
public TestScanWithBloomError(org.apache.hadoop.hbase.regionserver.BloomType bloomType)
public static final Collection<Object[]> parameters()
public void setUp() throws IOException
IOExceptionpublic void testThreeStoreFiles() throws IOException
IOExceptionprivate void scanColSet(int[] colSet, int[] expectedResultCols) throws IOException
IOExceptionprivate void addColumnSetToScan(org.apache.hadoop.hbase.client.Scan scan, int[] colIds)
private String qualFromId(int colId)
private void createStoreFile(int[] colIds) throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.