Class TestScanWithBloomError
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestScanWithBloomError
Test a multi-column scanner when there is a Bloom filter false-positive. This is needed for the
multi-column Bloom filter optimization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static NavigableSet<Integer>private org.apache.hadoop.hbase.regionserver.BloomTypestatic final HBaseClassTestRuleprivate org.apache.hadoop.conf.Configurationprivate static final Stringprivate static final byte[]private org.apache.hadoop.fs.FileSystemprivate static final org.slf4j.Loggerprivate static final Stringprivate org.apache.hadoop.hbase.regionserver.HRegionprivate static final Stringprivate static final byte[]private static final Stringprivate static final HBaseTestingUtility -
Constructor Summary
ConstructorsConstructorDescriptionTestScanWithBloomError(org.apache.hadoop.hbase.regionserver.BloomType bloomType) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddColumnSetToScan(org.apache.hadoop.hbase.client.Scan scan, int[] colIds) private voidcreateStoreFile(int[] colIds) static final Collection<Object[]>private StringqualFromId(int colId) private voidscanColSet(int[] colSet, int[] expectedResultCols) voidsetUp()void
-
Field Details
-
CLASS_RULE
-
LOG
-
TABLE_NAME
- See Also:
-
FAMILY
- See Also:
-
FAMILY_BYTES
-
ROW
- See Also:
-
QUALIFIER_PREFIX
- See Also:
-
ROW_BYTES
-
allColIds
-
region
-
bloomType
-
fs
-
conf
-
TEST_UTIL
-
-
Constructor Details
-
TestScanWithBloomError
-
-
Method Details
-
parameters
-
setUp
- Throws:
IOException
-
testThreeStoreFiles
- Throws:
IOException
-
scanColSet
- Throws:
IOException
-
addColumnSetToScan
-
qualFromId
-
createStoreFile
- Throws:
IOException
-