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.client.tableindexed This package provides support for secondary indexing by maintaining a separate, "index", table for each index. 
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 Provides an HBase REST service. 
org.apache.hadoop.hbase.rest.filter   
 

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.
RowFilterInterface
          Deprecated. Use filters that are rooted on @{link Filter} instead
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.client.tableindexed
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
ColumnValueFilter.CompareOp
          Deprecated. Comparison operators.
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().
FilterList.Operator
          set operator
RowFilterInterface
          Deprecated. Use filters that are rooted on @{link Filter} instead
RowFilterSet.Operator
          Deprecated. set operator
StopRowFilter
          Deprecated. Use filters that are rooted on @{link Filter} instead
WritableByteArrayComparable
          Interface for both Comparable and Writable.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.mapred
RowFilterInterface
          Deprecated. Use filters that are rooted on @{link Filter} instead
 

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
RowFilterInterface
          Deprecated. Use filters that are rooted on @{link Filter} instead
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.rest.filter
RowFilterInterface
          Deprecated. Use filters that are rooted on @{link Filter} instead
 



Copyright © 2009 The Apache Software Foundation