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

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

public class InclusiveStopRowFilterFactory
extends Object
implements FilterFactory

FilterFactory that construct a InclusiveStopRowFilter from a JSON 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
InclusiveStopRowFilterFactory()
           
 
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

InclusiveStopRowFilterFactory

public InclusiveStopRowFilterFactory()
Method Detail

getFilterFromJSON

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


Copyright © 2009 The Apache Software Foundation