public class TransactionVisibilityFilterBase extends OmidFilterBase
| Constructor and Description |
|---|
TransactionVisibilityFilterBase(org.apache.hadoop.hbase.filter.Filter cellFilter,
SnapshotFilterImpl snapshotFilter,
HBaseTransaction hbaseTransaction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterAllRemaining() |
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterKeyValue(org.apache.hadoop.hbase.Cell v) |
boolean |
filterRow() |
void |
filterRowCells(List<org.apache.hadoop.hbase.Cell> kvs) |
boolean |
filterRowKey(byte[] buffer,
int offset,
int length) |
org.apache.hadoop.hbase.filter.Filter |
getInnerFilter() |
org.apache.hadoop.hbase.Cell |
getNextCellHint(org.apache.hadoop.hbase.Cell currentKV) |
boolean |
hasFilterRow() |
boolean |
isFamilyEssential(byte[] name) |
void |
reset() |
byte[] |
toByteArray() |
createFilterFromArguments, filterRowKey, toString, transformCellpublic TransactionVisibilityFilterBase(org.apache.hadoop.hbase.filter.Filter cellFilter,
SnapshotFilterImpl snapshotFilter,
HBaseTransaction hbaseTransaction)
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterKeyValue(org.apache.hadoop.hbase.Cell v)
throws IOException
filterKeyValue in class org.apache.hadoop.hbase.filter.FilterIOExceptionpublic void reset()
throws IOException
reset in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic boolean filterRow()
throws IOException
filterRow in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic boolean filterRowKey(byte[] buffer,
int offset,
int length)
throws IOException
filterRowKey in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic boolean filterAllRemaining()
throws IOException
filterAllRemaining in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic void filterRowCells(List<org.apache.hadoop.hbase.Cell> kvs) throws IOException
filterRowCells in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic boolean hasFilterRow()
hasFilterRow in class org.apache.hadoop.hbase.filter.FilterBasepublic org.apache.hadoop.hbase.Cell getNextCellHint(org.apache.hadoop.hbase.Cell currentKV)
throws IOException
getNextCellHint in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic boolean isFamilyEssential(byte[] name)
throws IOException
isFamilyEssential in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic byte[] toByteArray()
throws IOException
toByteArray in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic org.apache.hadoop.hbase.filter.Filter getInnerFilter()
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.