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

Packages that use FilterFactoryConstants
org.apache.hadoop.hbase.rest.filter   
 

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

Subinterfaces of FilterFactoryConstants in org.apache.hadoop.hbase.rest.filter
 interface FilterFactory
          Constructs Filters from JSON.
 

Classes in org.apache.hadoop.hbase.rest.filter that implement FilterFactoryConstants
 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