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

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

public class StopRowFilterFactory
extends Object
implements FilterFactory

FilterFactory that construct a StopRowFilter from an Argument String. It expects that the whole input string consists of only the rowKey that you wish to stop on.


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

StopRowFilterFactory

public StopRowFilterFactory()
Method Detail

getFilterFromJSON

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


Copyright © 2010 The Apache Software Foundation