| Package | Description |
|---|---|
| org.apache.hadoop.hbase.filter |
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next(). |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterListWithAND
FilterListWithAND represents an ordered list of filters which will be evaluated with an AND
operator.
|
class |
FilterListWithOR
FilterListWithOR represents an ordered list of filters which will be evaluated with an OR
operator.
|
| Modifier and Type | Field and Description |
|---|---|
private FilterListBase |
FilterList.filterListBase |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.