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

Packages that use FilterList.Operator
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
 

Uses of FilterList.Operator in org.apache.hadoop.hbase.filter
 

Methods in org.apache.hadoop.hbase.filter that return FilterList.Operator
 FilterList.Operator FilterList.getOperator()
          Get the operator.
static FilterList.Operator FilterList.Operator.valueOf(String name)
          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.Operator
FilterList(FilterList.Operator operator)
          Constructor that takes an operator.
FilterList(FilterList.Operator operator, List<Filter> rowFilters)
          Constructor that takes a set of Filters and an operator.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.