public static final class AbstractTestScanCursor.SparseFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Modifier and Type | Field and Description |
|---|---|
private boolean |
reversed |
| Constructor and Description |
|---|
SparseFilter(boolean reversed) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell c) |
static org.apache.hadoop.hbase.filter.Filter |
parseFrom(byte[] pbBytes) |
byte[] |
toByteArray() |
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toString, transformCellprivate final boolean reversed
public SparseFilter(boolean reversed)
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell c) throws IOException
filterCell in class org.apache.hadoop.hbase.filter.FilterIOExceptionpublic byte[] toByteArray() throws IOException
toByteArray in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic static org.apache.hadoop.hbase.filter.Filter parseFrom(byte[] pbBytes)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.