Uses of Class
org.apache.hadoop.hbase.filter.RowFilterSet.Operator

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
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're 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.
 



Copyright © 2008 The Apache Software Foundation