public static class TestTableScan.CustomFilter extends org.apache.hadoop.hbase.filter.PrefixFilter
Modifier and Type | Field and Description |
---|---|
private byte[] |
key |
Constructor and Description |
---|
CustomFilter(byte[] key) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.filter.Filter |
createFilterFromArguments(ArrayList<byte[]> filterArguments) |
boolean |
filterRowKey(byte[] buffer,
int offset,
int length) |
equals, filterAllRemaining, filterCell, filterKeyValue, filterRow, filterRowKey, getPrefix, hashCode, parseFrom, reset, toByteArray, toString
private byte[] key
public CustomFilter(byte[] key)
public boolean filterRowKey(byte[] buffer, int offset, int length)
filterRowKey
in class org.apache.hadoop.hbase.filter.FilterBase
public static org.apache.hadoop.hbase.filter.Filter createFilterFromArguments(ArrayList<byte[]> filterArguments)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.