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, transformCell
private 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.Filter
IOException
public int getHitCount()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.