Uses of Class
org.hbase.async.FilterList.Operator

Packages that use FilterList.Operator
org.hbase.async   
 

Uses of FilterList.Operator in org.hbase.async
 

Methods in org.hbase.async that return FilterList.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.hbase.async with parameters of type FilterList.Operator
FilterList(List<ScanFilter> filters, FilterList.Operator op)
          Constructor.
 



Copyright © 2010-2015, The Async HBase Authors