private static class TestFilterList.MockFilter extends org.apache.hadoop.hbase.filter.FilterBase
Modifier and Type | Field and Description |
---|---|
boolean |
didCellPassToTheFilter |
private org.apache.hadoop.hbase.filter.Filter.ReturnCode |
targetRetCode |
Constructor and Description |
---|
MockFilter(org.apache.hadoop.hbase.filter.Filter.ReturnCode targetRetCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell v) |
int |
hashCode() |
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCell
private org.apache.hadoop.hbase.filter.Filter.ReturnCode targetRetCode
public boolean didCellPassToTheFilter
public MockFilter(org.apache.hadoop.hbase.filter.Filter.ReturnCode targetRetCode)
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
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.