Uses of Interface
org.apache.accumulo.hadoop.mapreduce.FileOutputFormatBuilder.PathParams
-
Packages that use FileOutputFormatBuilder.PathParams Package Description org.apache.accumulo.hadoop.mapred org.apache.accumulo.hadoop.mapreduce org.apache.accumulo.hadoopImpl.mapreduce -
-
Uses of FileOutputFormatBuilder.PathParams in org.apache.accumulo.hadoop.mapred
Methods in org.apache.accumulo.hadoop.mapred that return FileOutputFormatBuilder.PathParams Modifier and Type Method Description static FileOutputFormatBuilder.PathParams<org.apache.hadoop.mapred.JobConf>
AccumuloFileOutputFormat. configure()
Sets all the information required for this map reduce job. -
Uses of FileOutputFormatBuilder.PathParams in org.apache.accumulo.hadoop.mapreduce
Methods in org.apache.accumulo.hadoop.mapreduce that return FileOutputFormatBuilder.PathParams Modifier and Type Method Description static FileOutputFormatBuilder.PathParams<org.apache.hadoop.mapreduce.Job>
AccumuloFileOutputFormat. configure()
Sets all the information required for this map reduce job. -
Uses of FileOutputFormatBuilder.PathParams in org.apache.accumulo.hadoopImpl.mapreduce
Classes in org.apache.accumulo.hadoopImpl.mapreduce that implement FileOutputFormatBuilder.PathParams Modifier and Type Class Description class
FileOutputFormatBuilderImpl<T>
-