|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowFilterSet.Operator | |
---|---|
org.apache.hadoop.hbase.filter | Provides row-level filters applied to HRegion scan results during calls to Scanner.next() . |
Uses of RowFilterSet.Operator in org.apache.hadoop.hbase.filter |
---|
Methods in org.apache.hadoop.hbase.filter that return RowFilterSet.Operator | |
---|---|
RowFilterSet.Operator |
RowFilterSet.getOperator()
Get the operator. |
static RowFilterSet.Operator |
RowFilterSet.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RowFilterSet.Operator[] |
RowFilterSet.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 RowFilterSet.Operator | |
---|---|
RowFilterSet(RowFilterSet.Operator operator,
Set<RowFilterInterface> rowFilters)
Constructor that takes a set of RowFilters and an operator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |