Uses of Class
org.apache.hadoop.hbase.hbql.filter.RecordFilterList.Operator

Packages that use RecordFilterList.Operator
org.apache.hadoop.hbase.hbql.filter   
 

Uses of RecordFilterList.Operator in org.apache.hadoop.hbase.hbql.filter
 

Methods in org.apache.hadoop.hbase.hbql.filter that return RecordFilterList.Operator
 RecordFilterList.Operator RecordFilterList.getOperator()
          Get the operator.
static RecordFilterList.Operator RecordFilterList.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecordFilterList.Operator[] RecordFilterList.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hbase.hbql.filter with parameters of type RecordFilterList.Operator
RecordFilterList(RecordFilterList.Operator operator)
          Constructor that takes an operator.
RecordFilterList(RecordFilterList.Operator operator, List<org.apache.hadoop.hbase.filter.Filter> rowFilters)
          Constructor that takes a set of Filters and an operator.
 



Copyright © 2011. All Rights Reserved.