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 ResultScanner.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()
          Deprecated. 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)
          Deprecated. Constructor that takes a set of RowFilters and an operator.
 



Copyright © 2010 The Apache Software Foundation