Uses of Enum Class
org.apache.hadoop.hbase.filter.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
Modifier 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.ModifierConstructorDescriptionRegexStringComparator
(String expr, int flags, RegexStringComparator.EngineType engine) ConstructorRegexStringComparator
(String expr, RegexStringComparator.EngineType engine) Constructor Adds Pattern.DOTALL to the underlying Pattern