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