Uses of Enum
org.apache.hadoop.hbase.filter.FilterList.Operator
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of FilterList.Operator in org.apache.hadoop.hbase.filter
Modifier and TypeMethodDescriptionFilterList.getOperator()
Get the operator.static FilterList.Operator
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.ModifierConstructorDescriptionFilterList
(FilterList.Operator operator) Constructor that takes an operator.FilterList
(FilterList.Operator operator, List<Filter> filters) Constructor that takes a set ofFilter
s and an operator.FilterList
(FilterList.Operator operator, Filter... filters) Constructor that takes a var arg number ofFilter
s and an operator.