This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.io.FormatBundle (Apache Crunch 0.9.0 API)

Uses of Class
org.apache.crunch.io.FormatBundle

Packages that use FormatBundle
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.io.impl   
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
 

Uses of FormatBundle in org.apache.crunch.io
 

Methods in org.apache.crunch.io that return FormatBundle
static
<T extends org.apache.hadoop.mapreduce.InputFormat<?,?>>
FormatBundle<T>
FormatBundle.forInput(Class<T> inputFormatClass)
           
static
<T extends org.apache.hadoop.mapreduce.OutputFormat<?,?>>
FormatBundle<T>
FormatBundle.forOutput(Class<T> outputFormatClass)
           
static
<T> FormatBundle<T>
FormatBundle.fromSerialized(String serialized, org.apache.hadoop.conf.Configuration conf)
           
 FormatBundle<K> FormatBundle.set(String key, String value)
           
 

Methods in org.apache.crunch.io that return types with arguments of type FormatBundle
static Map<FormatBundle,Map<Integer,List<org.apache.hadoop.fs.Path>>> CrunchInputs.getFormatNodeMap(org.apache.hadoop.mapreduce.JobContext job)
           
 

Methods in org.apache.crunch.io with parameters of type FormatBundle
static void CrunchInputs.addInputPath(org.apache.hadoop.mapreduce.Job job, org.apache.hadoop.fs.Path path, FormatBundle inputBundle, int nodeIndex)
           
static void CrunchOutputs.addNamedOutput(org.apache.hadoop.mapreduce.Job job, String name, FormatBundle<? extends org.apache.hadoop.mapreduce.OutputFormat> outputBundle, Class keyClass, Class valueClass)
           
 

Uses of FormatBundle in org.apache.crunch.io.impl
 

Fields in org.apache.crunch.io.impl declared as FormatBundle
protected  FormatBundle<? extends org.apache.hadoop.mapreduce.InputFormat> FileSourceImpl.inputBundle
           
 

Methods in org.apache.crunch.io.impl that return FormatBundle
 FormatBundle<? extends org.apache.hadoop.mapreduce.InputFormat> FileSourceImpl.getBundle()
           
 

Methods in org.apache.crunch.io.impl with parameters of type FormatBundle
protected  void FileTargetImpl.configureForMapReduce(org.apache.hadoop.mapreduce.Job job, Class keyClass, Class valueClass, FormatBundle formatBundle, org.apache.hadoop.fs.Path outputPath, String name)
           
 

Constructors in org.apache.crunch.io.impl with parameters of type FormatBundle
FileSourceImpl(List<org.apache.hadoop.fs.Path> paths, PType<T> ptype, FormatBundle<? extends org.apache.hadoop.mapreduce.InputFormat> inputBundle)
           
FileSourceImpl(org.apache.hadoop.fs.Path path, PType<T> ptype, FormatBundle<? extends org.apache.hadoop.mapreduce.InputFormat> inputBundle)
           
FileTableSourceImpl(List<org.apache.hadoop.fs.Path> paths, PTableType<K,V> tableType, FormatBundle bundle)
           
FileTableSourceImpl(org.apache.hadoop.fs.Path path, PTableType<K,V> tableType, FormatBundle bundle)
           
 

Uses of FormatBundle in org.apache.crunch.types.avro
 

Methods in org.apache.crunch.types.avro with parameters of type FormatBundle
 void AvroMode.configure(FormatBundle bundle)
           
 



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