co.cask.tephra.hbase94
Class Filters

java.lang.Object
  extended by co.cask.tephra.hbase94.Filters

public final class Filters
extends Object

Utility methods for working with HBase filters.


Constructor Summary
Filters()
           
 
Method Summary
static org.apache.hadoop.hbase.filter.Filter combine(org.apache.hadoop.hbase.filter.Filter overrideFilter, org.apache.hadoop.hbase.filter.Filter baseFilter)
          Adds overrideFilter on to baseFilter, if it exists, otherwise replaces it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filters

public Filters()
Method Detail

combine

public static org.apache.hadoop.hbase.filter.Filter combine(org.apache.hadoop.hbase.filter.Filter overrideFilter,
                                                            org.apache.hadoop.hbase.filter.Filter baseFilter)
Adds overrideFilter on to baseFilter, if it exists, otherwise replaces it.



Copyright © 2014. All Rights Reserved.