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

java.lang.Object
  extended by 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.


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
WhileMatchRowFilterFactory()
           
 
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

WhileMatchRowFilterFactory

public WhileMatchRowFilterFactory()
Method Detail

getFilterFromJSON

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


Copyright © 2009 The Apache Software Foundation