Uses of Enum Class
org.apache.hadoop.hbase.filter.FuzzyRowFilter.Order
Packages that use FuzzyRowFilter.Order
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of FuzzyRowFilter.Order in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return FuzzyRowFilter.OrderModifier and TypeMethodDescriptionstatic FuzzyRowFilter.Order
FuzzyRowFilter.Order.orderFor
(boolean reverse) static FuzzyRowFilter.Order
Returns the enum constant of this class with the specified name.static FuzzyRowFilter.Order[]
FuzzyRowFilter.Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.