@InterfaceAudience.Public
@InterfaceStability.Stable
public class AlwaysFalseFilter
extends org.apache.hadoop.hbase.filter.FilterBase
| Constructor and Description |
|---|
AlwaysFalseFilter() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.filter.Filter |
createFilterFromArguments(java.util.ArrayList<byte[]> filterArguments) |
org.apache.hadoop.hbase.filter.Filter.ReturnCode |
filterKeyValue(org.apache.hadoop.hbase.Cell v) |
static AlwaysFalseFilter |
parseFrom(byte[] pbBytes) |
public static org.apache.hadoop.hbase.filter.Filter createFilterFromArguments(java.util.ArrayList<byte[]> filterArguments)
public static AlwaysFalseFilter parseFrom(byte[] pbBytes) throws org.apache.hadoop.hbase.exceptions.DeserializationException
pbBytes - A pb serialized FirstKeyOnlyFilter instanceFirstKeyOnlyFilter made from bytesorg.apache.hadoop.hbase.exceptions.DeserializationExceptionFilterBase.toByteArray()public org.apache.hadoop.hbase.filter.Filter.ReturnCode filterKeyValue(org.apache.hadoop.hbase.Cell v)
throws java.io.IOException
filterKeyValue in class org.apache.hadoop.hbase.filter.Filterjava.io.IOException