org.apache.hadoop.hbase.rest.filter
Class PageRowFilterFactory
java.lang.Object
org.apache.hadoop.hbase.rest.filter.PageRowFilterFactory
- All Implemented Interfaces:
- FilterFactory, FilterFactoryConstants
public class PageRowFilterFactory
- extends Object
- implements FilterFactory
Constructs a PageRowFilter from a JSON argument String.
Expects the entire JSON argument string to consist
of the long that is the length of the pages that you want.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageRowFilterFactory
public PageRowFilterFactory()
getFilterFromJSON
public RowFilterInterface getFilterFromJSON(String args)
- Specified by:
getFilterFromJSON
in interface FilterFactory
Copyright © 2010 The Apache Software Foundation