Uses of Class
org.apache.hadoop.hbase.filter.Filter.ReturnCode

Packages that use Filter.ReturnCode
org.apache.hadoop.hbase.filter Provides row-level filters applied to HRegion scan results during calls to ResultScanner.next()
 

Uses of Filter.ReturnCode in org.apache.hadoop.hbase.filter
 

Methods in org.apache.hadoop.hbase.filter that return Filter.ReturnCode
 Filter.ReturnCode WhileMatchFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode ValueFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode SkipFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode SingleColumnValueFilter.filterKeyValue(KeyValue keyValue)
           
 Filter.ReturnCode RowFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode QualifierFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode PrefixFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode PageFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode InclusiveStopFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode FirstKeyOnlyFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode FilterList.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode CompareFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode ColumnCountGetFilter.filterKeyValue(KeyValue v)
           
 Filter.ReturnCode Filter.filterKeyValue(KeyValue v)
          A way to filter based on the column family, column qualifier and/or the column value.
static Filter.ReturnCode Filter.ReturnCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Filter.ReturnCode[] Filter.ReturnCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 The Apache Software Foundation