Package org.apache.hadoop.hbase.client
Class TestLimitedScanWithFilter
java.lang.Object
org.apache.hadoop.hbase.client.TestLimitedScanWithFilter
With filter we may stop at a middle of row and think that we still have more cells for the
current row but actually all the remaining cells will be filtered out by the filter. So it will
lead to a Result that mayHaveMoreCellsInRow is true but actually there are no cells for the same
row. Here we want to test if our limited scan still works.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[][]
private static final byte[]
private static int
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
UTIL
-
TABLE_NAME
-
FAMILY
-
CQS
-
ROW_COUNT
-
-
Constructor Details
-
TestLimitedScanWithFilter
public TestLimitedScanWithFilter()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testCompleteResult
- Throws:
IOException
-
testAllowPartial
- Throws:
IOException
-
testBatchAllowPartial
- Throws:
IOException
-
testBatch
- Throws:
IOException
-
testBatchAndFilterDiffer
- Throws:
IOException
-