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.coprocessor Table of Contents 
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest HBase REST 
org.apache.hadoop.hbase.rest.model   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.util   
 

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.coprocessor
CompareFilter.CompareOp
          Comparison operators.
WritableByteArrayComparable
          Base class, combines Comparable and Writable.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.filter
BitComparator.BitwiseOp
          Bit 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().
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.io
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.ipc
CompareFilter.CompareOp
          Comparison operators.
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.mapreduce
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
CompareFilter.CompareOp
          Comparison operators.
WritableByteArrayComparable
          Base class, combines Comparable and Writable.
 

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.
 

Classes in org.apache.hadoop.hbase.filter used by org.apache.hadoop.hbase.security.access
CompareFilter.CompareOp
          Comparison operators.
WritableByteArrayComparable
          Base class, combines Comparable and Writable.
 

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



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