Uses of Class
org.apache.accumulo.core.client.mapreduce.InputFormatBase.RegexType

Packages that use InputFormatBase.RegexType
org.apache.accumulo.core.client.mapreduce   
 

Uses of InputFormatBase.RegexType in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce that return InputFormatBase.RegexType
static InputFormatBase.RegexType InputFormatBase.RegexType.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static InputFormatBase.RegexType[] InputFormatBase.RegexType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.client.mapreduce with parameters of type InputFormatBase.RegexType
protected static String InputFormatBase.getRegex(org.apache.hadoop.mapreduce.JobContext job, InputFormatBase.RegexType type)
          Deprecated. since 1.4 use RegExFilter and InputFormatBase.addIterator(Configuration, IteratorSetting)
static void InputFormatBase.setRegex(org.apache.hadoop.mapreduce.JobContext job, InputFormatBase.RegexType type, String regex)
          Deprecated. since 1.4 use InputFormatBase.addIterator(Configuration, IteratorSetting)
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.