| Name | Description | Type | Package | Framework |
| BinaryComparator | A binary comparator which lexicographically compares against the specified byte array using Bytes. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| BinaryPrefixComparator | A comparator which compares against a specified byte array, but only compares up to the length of this byte array. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| BitComparator | A bit comparator which performs the specified bitwise operation on each of the bytes with the specified byte array. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| BitComparator .BitwiseOp | | Class | org.apache.hadoop.hbase.filter.BitComparator | HBase |
|
| ByteArrayComparable | | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ColumnCountGetFilter | Simple filter that returns first N columns on row only. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ColumnPaginationFilter | A filter, based on the ColumnCountGetFilter, takes two arguments: limit and offset. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ColumnPrefixFilter | This filter is used for selecting only those keys with columns that matches a particular prefix. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ColumnRangeFilter | This filter is used for selecting only those keys with columns that are between minColumn to maxColumn. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| CompareFilter | This is a generic filter to be used to filter by comparison. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| CompareFilter .CompareOp | Comparison operators. | Class | org.apache.hadoop.hbase.filter.CompareFilter | HBase |
|
| DependentColumnFilter | A filter for adding inter-column timestamp matching Only cells with a correspondingly timestamped entry in | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FamilyFilter | This filter is used to filter based on the column family. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Filter | Interface for row and column filters directly applied within the regionserver. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| Filter .ReturnCode | Return codes for filterValue(). | Class | org.apache.hadoop.hbase.filter.Filter | HBase |
|
| FilterList | which will be evaluated with a specified boolean operator FilterList. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FilterList .Operator | | Class | org.apache.hadoop.hbase.filter.FilterList | HBase |
|
| FirstKeyOnlyFilter | A filter that will only return the first KV from each row. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FirstKeyValueMatchingQualifiersFilter | The filter looks for the given columns in KeyValue. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| FuzzyRowFilter | This is optimized version of a standard FuzzyRowFilter Filters data based on fuzzy row key. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| InclusiveStopFilter | A Filter that stops after the given row. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| IncompatibleFilterException | Used to indicate a filter incompatibilitySee Also:Serialized Form | Class | org.apache.hadoop.hbase.filter | HBase |
|
| InvalidRowFilterException | Used to indicate an invalid RowFilter. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| KeyOnlyFilter | A filter that will only return the key component of each KV (the value will be rewritten as empty). | Class | org.apache.hadoop.hbase.filter | HBase |
|
| LongComparator | | Class | org.apache.hadoop.hbase.filter | HBase |
|
| MultipleColumnPrefixFilter | This filter is used for selecting only those keys with columns that matches a particular prefix. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| MultiRowRangeFilter | Filter to support scan multiple row key ranges. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| MultiRowRangeFilter .RowRange | | Class | org.apache.hadoop.hbase.filter.MultiRowRangeFilter | HBase |
|
| NullComparator | A binary comparator which lexicographically compares against the specified byte array using Bytes. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| PageFilter | size. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ParseConstants | ParseConstants holds a bunch of constants related to parsing Filter Strings Used by ParseFilter | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ParseFilter | This class allows a user to specify a filter via a string The string is parsed using the methods of this class and | Class | org.apache.hadoop.hbase.filter | HBase |
|
| PrefixFilter | Pass results that have same row prefix. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| QualifierFilter | This filter is used to filter based on the column qualifier. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| RandomRowFilter | A filter that includes rows based on a chance. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| RegexStringComparator | This comparator is for use with CompareFilter implementations, such as RowFilter, QualifierFilter, and ValueFilter, for | Class | org.apache.hadoop.hbase.filter | HBase |
|
| RegexStringComparator .EngineType | | Class | org.apache.hadoop.hbase.filter.RegexStringComparator | HBase |
|
| RowFilter | This filter is used to filter based on the key. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| SingleColumnValueExcludeFilter | A Filter that checks a single column value, but does not emit the tested column. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| SingleColumnValueFilter | This filter is used to filter cells based on value. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| SkipFilter | A wrapper filter that filters an entire row if any of the Cell checks do For example, if all columns in a row represent weights of different things, | Class | org.apache.hadoop.hbase.filter | HBase |
|
| SubstringComparator | This comparator is for use with SingleColumnValueFilter, for filtering based on the value of a given column. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| TimestampsFilter | Filter that returns only cells whose timestamp (version) is in the specified list of timestamps (versions). | Class | org.apache.hadoop.hbase.filter | HBase |
|
| ValueFilter | This filter is used to filter based on column value. | Class | org.apache.hadoop.hbase.filter | HBase |
|
| WhileMatchFilter | A wrapper filter that returns true from filterAllRemaining() as soon as the wrapped filters Filter. | Class | org.apache.hadoop.hbase.filter | HBase |