Uses of Interface
org.apache.hadoop.hbase.rest.filter.FilterFactory

Packages that use FilterFactory
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
org.apache.hadoop.hbase.rest.filter   
 

Uses of FilterFactory in org.apache.hadoop.hbase.rest
 

Fields in org.apache.hadoop.hbase.rest with type parameters of type FilterFactory
protected  HashMap<String,FilterFactory> RESTConstants.FactoryMap.map
           
 

Methods in org.apache.hadoop.hbase.rest that return FilterFactory
 FilterFactory RESTConstants.FactoryMap.get(String c)
           
 

Uses of FilterFactory in org.apache.hadoop.hbase.rest.filter
 

Classes in org.apache.hadoop.hbase.rest.filter that implement FilterFactory
 class ColumnValueFilterFactory
          FilterFactory that constructs a ColumnValueFilter from a JSON arg String.
 class InclusiveStopRowFilterFactory
          FilterFactory that construct a InclusiveStopRowFilter from a JSON argument String.
 class PageRowFilterFactory
          Constructs a PageRowFilter from a JSON argument String.
 class RegExpRowFilterFactory
          Constructs a RegExpRowFilter from a JSON argument string.
 class RowFilterSetFactory
          Constructs a RowFilterSet from a JSON argument String.
 class StopRowFilterFactory
          FilterFactory that construct a StopRowFilter from an Argument String.
 class WhileMatchRowFilterFactory
          Factory to produce WhileMatchRowFilters from JSON Expects as an arguement a valid JSON Object in String form of another RowFilterInterface.
 



Copyright © 2010 The Apache Software Foundation