private static class TestFilterList.MockNextRowFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Modifier and Type | Field and Description |
|---|---|
private int |
hitCount |
| Modifier | Constructor and Description |
|---|---|
private |
MockNextRowFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell v) |
int |
getHitCount() |
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCellprivate int hitCount
private MockNextRowFilter()
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell v) throws IOException
filterCell in class org.apache.hadoop.hbase.filter.FilterIOExceptionpublic int getHitCount()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.