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