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