org.apache.hadoop.hbase.rest.filter
Class WhileMatchRowFilterFactory
java.lang.Object
org.apache.hadoop.hbase.rest.filter.WhileMatchRowFilterFactory
- All Implemented Interfaces:
- FilterFactory, FilterFactoryConstants
public class WhileMatchRowFilterFactory
- extends Object
- implements FilterFactory
Factory to produce WhileMatchRowFilters from JSON
Expects as an arguement a valid JSON Object in
String form of another RowFilterInterface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhileMatchRowFilterFactory
public WhileMatchRowFilterFactory()
getFilterFromJSON
public RowFilterInterface getFilterFromJSON(String args)
throws HBaseRestException
- Specified by:
getFilterFromJSON
in interface FilterFactory
- Throws:
HBaseRestException
Copyright © 2010 The Apache Software Foundation