Uses of Enum Class
org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
Packages that use RegexStringComparator.EngineType
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of RegexStringComparator.EngineType in org.apache.hadoop.hbase.filter
Methods in org.apache.hadoop.hbase.filter that return RegexStringComparator.EngineTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RegexStringComparator.EngineType[]
RegexStringComparator.EngineType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.hbase.filter with parameters of type RegexStringComparator.EngineTypeModifierConstructorDescriptionRegexStringComparator
(String expr, int flags, RegexStringComparator.EngineType engine) ConstructorRegexStringComparator
(String expr, RegexStringComparator.EngineType engine) Constructor Adds Pattern.DOTALL to the underlying Pattern