Package org.apache.hadoop.hbase.rest.filter

Interface Summary
FilterFactory Constructs Filters from JSON.
FilterFactoryConstants  
 

Class Summary
ColumnValueFilterFactory FilterFactory that constructs a ColumnValueFilter from a JSON arg String.
InclusiveStopRowFilterFactory FilterFactory that construct a InclusiveStopRowFilter from a JSON argument String.
PageRowFilterFactory Constructs a PageRowFilter from a JSON argument String.
RegExpRowFilterFactory Constructs a RegExpRowFilter from a JSON argument string.
RowFilterSetFactory Constructs a RowFilterSet from a JSON argument String.
StopRowFilterFactory FilterFactory that construct a StopRowFilter from an Argument String.
WhileMatchRowFilterFactory Factory to produce WhileMatchRowFilters from JSON Expects as an arguement a valid JSON Object in String form of another RowFilterInterface.
 

Exception Summary
FilterFactoryConstants.MalformedFilterException  
 



Copyright © 2009 The Apache Software Foundation