Uses of Package
org.apache.hadoop.hbase.filter

Packages that use org.apache.hadoop.hbase.filter
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest   
org.apache.hadoop.hbase.rest.model   
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.client
Filter
          Interface for row and column filters directly applied within the regionserver.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.filter
CompareFilter
          This is a generic filter to be used to filter by comparison.
CompareFilter.CompareOp
          Comparison operators.
Filter
          Interface for row and column filters directly applied within the regionserver.
Filter.ReturnCode
          Return codes for filterValue().
FilterBase
          Abstract base class to help you implement new Filters.
FilterList.Operator
          set operator
SingleColumnValueFilter
          This filter is used to filter cells based on value.
WritableByteArrayComparable
          Base class, combines Comparable and Writable.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.mapred
Filter
          Interface for row and column filters directly applied within the regionserver.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.regionserver
Filter
          Interface for row and column filters directly applied within the regionserver.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.rest
Filter
          Interface for row and column filters directly applied within the regionserver.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.rest.model
Filter
          Interface for row and column filters directly applied within the regionserver.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.