| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.filter |
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next(). |
| 限定符和类型 | 方法和说明 |
|---|---|
FilterList.Operator |
FilterList.getOperator()
Get the operator.
|
static FilterList.Operator |
FilterList.Operator.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FilterList.Operator[] |
FilterList.Operator.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
FilterList(FilterList.Operator operator)
Constructor that takes an operator.
|
FilterList(FilterList.Operator operator,
Filter... filters)
Constructor that takes a var arg number of
Filters and an operator. |
FilterList(FilterList.Operator operator,
List<Filter> filters)
Constructor that takes a set of
Filters and an operator. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.