private static class TestInvocationRecordFilter.InvocationRecordFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Modifier and Type | Field and Description |
|---|---|
private List<org.apache.hadoop.hbase.Cell> |
visitedKeyValues |
| Modifier | Constructor and Description |
|---|---|
private |
InvocationRecordFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell ignored) |
void |
filterRowCells(List<org.apache.hadoop.hbase.Cell> kvs) |
boolean |
hasFilterRow() |
void |
reset() |
areSerializedFieldsEqual, createFilterFromArguments, filterAllRemaining, filterRow, filterRowKey, filterRowKey, getNextCellHint, isFamilyEssential, toByteArray, toString, transformCellprivate List<org.apache.hadoop.hbase.Cell> visitedKeyValues
private InvocationRecordFilter()
public void reset()
reset in class org.apache.hadoop.hbase.filter.FilterBasepublic org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell ignored)
filterCell in class org.apache.hadoop.hbase.filter.Filterpublic void filterRowCells(List<org.apache.hadoop.hbase.Cell> kvs)
filterRowCells in class org.apache.hadoop.hbase.filter.FilterBasepublic boolean hasFilterRow()
hasFilterRow in class org.apache.hadoop.hbase.filter.FilterBaseCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.