Package org.apache.hadoop.hbase.client
Class TestConnectionImplementation.BlockingFilter
java.lang.Object
org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.FilterBase
org.apache.hadoop.hbase.client.TestConnectionImplementation.BlockingFilter
- Enclosing class:
- TestConnectionImplementation
public static class TestConnectionImplementation.BlockingFilter
extends org.apache.hadoop.hbase.filter.FilterBase
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.filter.Filter
org.apache.hadoop.hbase.filter.Filter.ReturnCode -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.filter.Filter
reversed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.filter.Filter.ReturnCodefilterCell(org.apache.hadoop.hbase.Cell ignored) booleanfilterRowKey(byte[] buffer, int offset, int length) static org.apache.hadoop.hbase.filter.FilterparseFrom(byte[] pbBytes) Methods inherited from class org.apache.hadoop.hbase.filter.FilterBase
createFilterFromArguments, filterAllRemaining, filterRow, filterRowCells, filterRowKey, getNextCellHint, hasFilterRow, isFamilyEssential, reset, toByteArray, toString, transformCellMethods inherited from class org.apache.hadoop.hbase.filter.Filter
filterKeyValue, isReversed, setReversed
-
Constructor Details
-
BlockingFilter
public BlockingFilter()
-
-
Method Details
-
filterRowKey
- Overrides:
filterRowKeyin classorg.apache.hadoop.hbase.filter.FilterBase- Throws:
IOException
-
filterCell
public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterCell(org.apache.hadoop.hbase.Cell ignored) throws IOException - Overrides:
filterCellin classorg.apache.hadoop.hbase.filter.Filter- Throws:
IOException
-
parseFrom
public static org.apache.hadoop.hbase.filter.Filter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException - Throws:
org.apache.hadoop.hbase.exceptions.DeserializationException
-