org.apache.hadoop.hbase.rest.filter
Class RegExpRowFilterFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.filter.RegExpRowFilterFactory
All Implemented Interfaces:
FilterFactory, FilterFactoryConstants

public class RegExpRowFilterFactory
extends Object
implements FilterFactory

Constructs a RegExpRowFilter from a JSON argument string. Expects the entire JSON arg string to consist of the entire regular expression to be used.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.rest.filter.FilterFactoryConstants
FilterFactoryConstants.MalformedFilterException
 
Field Summary
 
Fields inherited from interface org.apache.hadoop.hbase.rest.filter.FilterFactoryConstants
ARGUMENTS, COLUMN_NAME, COMPARE_OP, TYPE, VALUE
 
Constructor Summary
RegExpRowFilterFactory()
           
 
Method Summary
 RowFilterInterface getFilterFromJSON(String args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpRowFilterFactory

public RegExpRowFilterFactory()
Method Detail

getFilterFromJSON

public RowFilterInterface getFilterFromJSON(String args)
Specified by:
getFilterFromJSON in interface FilterFactory


Copyright © 2009 The Apache Software Foundation