| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.filter |
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next(). |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.