|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectco.cask.tephra.hbase94.Filters
public final class Filters
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 |
|---|
public Filters()
| Method Detail |
|---|
public static org.apache.hadoop.hbase.filter.Filter combine(org.apache.hadoop.hbase.filter.Filter overrideFilter,
org.apache.hadoop.hbase.filter.Filter baseFilter)
overrideFilter on to baseFilter, if it exists, otherwise replaces it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||