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, transformCell
private List<org.apache.hadoop.hbase.Cell> visitedKeyValues
private InvocationRecordFilter()
public void reset()
reset
in class org.apache.hadoop.hbase.filter.FilterBase
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell ignored)
filterCell
in class org.apache.hadoop.hbase.filter.Filter
public void filterRowCells(List<org.apache.hadoop.hbase.Cell> kvs)
filterRowCells
in class org.apache.hadoop.hbase.filter.FilterBase
public boolean hasFilterRow()
hasFilterRow
in class org.apache.hadoop.hbase.filter.FilterBase
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.