Package | Description |
---|---|
org.apache.hadoop.hbase.filter |
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next() . |
Modifier and Type | Field and Description |
---|---|
private FilterList.Operator |
FilterList.operator |
Modifier and Type | Method and Description |
---|---|
FilterList.Operator |
FilterList.getOperator()
Get the operator.
|
static FilterList.Operator |
FilterList.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterList.Operator[] |
FilterList.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FilterList(FilterList.Operator operator)
Constructor that takes an operator.
|
FilterList(FilterList.Operator operator,
Filter... filters)
Constructor that takes a var arg number of
Filter s and an operator. |
FilterList(FilterList.Operator operator,
List<Filter> filters)
Constructor that takes a set of
Filter s and an operator. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.