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, toStringprivate byte[] key
public CustomFilter(byte[] key)
public boolean filterRowKey(byte[] buffer, int offset, int length)
filterRowKey in class org.apache.hadoop.hbase.filter.FilterBasepublic static org.apache.hadoop.hbase.filter.Filter createFilterFromArguments(ArrayList<byte[]> filterArguments)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.