public class HBaseFilterUtil<K,T extends PersistentBase> extends Object
| Constructor and Description |
|---|
HBaseFilterUtil(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
FilterFactory<K,T> |
getFactory(Filter<K,T> fitler) |
boolean |
setFilter(org.apache.hadoop.hbase.client.Scan scan,
Filter<K,T> filter,
HBaseStore<K,T> store)
Set a filter on the Scan.
|
public HBaseFilterUtil(org.apache.hadoop.conf.Configuration conf)
throws GoraException
GoraExceptionpublic boolean setFilter(org.apache.hadoop.hbase.client.Scan scan,
Filter<K,T> filter,
HBaseStore<K,T> store)
scan - filter - The Gora filter.store - The HBaseStore.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.