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

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


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

PageRowFilterFactory

public PageRowFilterFactory()
Method Detail

getFilterFromJSON

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


Copyright © 2010 The Apache Software Foundation