public final class FilterList extends ScanFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterList.Operator
Operator to combine the list of filters together.
|
| Constructor and Description |
|---|
FilterList(List<ScanFilter> filters)
Constructor.
|
FilterList(List<ScanFilter> filters,
FilterList.Operator op)
Constructor.
|
public FilterList(List<ScanFilter> filters)
public FilterList(List<ScanFilter> filters, FilterList.Operator op)
filters - The filters to combine. This list does not get
copied, do not mutate it after passing it to this object.op - The operator to use to combine the filters together.IllegalArgumentException - if the list of filters is empty.Copyright ? 2010-2014, The Async HBase Authors