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.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getId() |
protected com.google.protobuf.ByteString |
getState() |
String |
toString() |
getFilterId
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.protected com.google.protobuf.ByteString getState()
getState
in class ScanFilter
protected String getId()
getId
in class ScanFilter
Copyright ? 2010-2017, The Async HBase Authors