public static class TestConnectionImplementation.BlockingFilter extends org.apache.hadoop.hbase.filter.FilterBase
| Constructor and Description |
|---|
BlockingFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterCell(org.apache.hadoop.hbase.Cell ignored) |
boolean |
filterRowKey(byte[] buffer,
int offset,
int length) |
static org.apache.hadoop.hbase.filter.Filter |
parseFrom(byte[] pbBytes) |
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCellpublic BlockingFilter()
public boolean filterRowKey(byte[] buffer, int offset, int length) throws IOException
filterRowKey in class org.apache.hadoop.hbase.filter.FilterBaseIOExceptionpublic org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell ignored) throws IOException
filterCell in class org.apache.hadoop.hbase.filter.FilterIOExceptionpublic static org.apache.hadoop.hbase.filter.Filter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.