|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterList.Operator | |
---|---|
org.apache.hadoop.hbase.filter | Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next() . |
Uses of FilterList.Operator in org.apache.hadoop.hbase.filter |
---|
Methods in org.apache.hadoop.hbase.filter that return FilterList.Operator | |
---|---|
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. |
Constructors in org.apache.hadoop.hbase.filter with parameters of type FilterList.Operator | |
---|---|
FilterList(FilterList.Operator operator)
Constructor that takes an operator. |
|
FilterList(FilterList.Operator operator,
List<Filter> rowFilters)
Constructor that takes a set of Filter s and an operator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |