Package org.apache.hadoop.hbase.client
Class TestRawAsyncTableLimitedScanWithFilter
java.lang.Object
org.apache.hadoop.hbase.client.TestRawAsyncTableLimitedScanWithFilter
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestRawAsyncTableLimitedScanWithFilter
extends Object
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
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.AsyncConnectionprivate static final byte[][]private static final byte[]private static intprivate static org.apache.hadoop.hbase.client.AsyncTable<?>private static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary