Uses of Enum Class
org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode
Packages that use FilterWrapper.FilterRowRetCode
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of FilterWrapper.FilterRowRetCode in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return FilterWrapper.FilterRowRetCodeModifier and TypeMethodDescriptionFilterWrapper.filterRowCellsWithRet
(List<Cell> kvs) Returns the enum constant of this class with the specified name.static FilterWrapper.FilterRowRetCode[]
FilterWrapper.FilterRowRetCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.