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

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

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

Methods in org.apache.accumulo.core.client.mapreduce that return AccumuloInputFormat.RegexType
static AccumuloInputFormat.RegexType AccumuloInputFormat.RegexType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AccumuloInputFormat.RegexType[] AccumuloInputFormat.RegexType.values()
          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 AccumuloInputFormat.RegexType
protected static java.lang.String AccumuloInputFormat.getRegex(org.apache.hadoop.mapreduce.JobContext job, AccumuloInputFormat.RegexType type)
           
static void AccumuloInputFormat.setRegex(org.apache.hadoop.mapreduce.JobContext job, AccumuloInputFormat.RegexType type, java.lang.String regex)
           
 



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