org.apache.hadoop.hbase.rest.filter
Class RegExpRowFilterFactory
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegExpRowFilterFactory
public RegExpRowFilterFactory()
getFilterFromJSON
public RowFilterInterface getFilterFromJSON(String args)
- Specified by:
getFilterFromJSON
in interface FilterFactory
Copyright © 2009 The Apache Software Foundation