Package org.apache.hadoop.hbase.client
Class TestRawAsyncTableLimitedScanWithFilter
java.lang.Object
org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
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 org.apache.hadoop.hbase.client.AsyncConnection
private static final byte[][]
private static final byte[]
private static int
private static org.apache.hadoop.hbase.client.AsyncTable<?>
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary