Uses of Class
org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType

Packages that use RegexStringComparator.EngineType
org.apache.hadoop.hbase.filter 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.EngineType
static RegexStringComparator.EngineType RegexStringComparator.EngineType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RegexStringComparator.EngineType[] RegexStringComparator.EngineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hbase.filter with parameters of type RegexStringComparator.EngineType
RegexStringComparator(String expr, int flags, RegexStringComparator.EngineType engine)
          Constructor
RegexStringComparator(String expr, RegexStringComparator.EngineType engine)
          Constructor Adds Pattern.DOTALL to the underlying Pattern
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.