Uses of Enum
org.apache.hadoop.hbase.filter.FilterList.Operator
Packages that use 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
Fields in org.apache.hadoop.hbase.filter declared as FilterList.OperatorMethods in org.apache.hadoop.hbase.filter that return FilterList.OperatorModifier 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.Constructors in org.apache.hadoop.hbase.filter with parameters of type FilterList.OperatorModifierConstructorDescriptionFilterList
(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.