This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.io.impl.InputBundle (Apache Crunch 0.3.0-incubating API)

Uses of Class
org.apache.crunch.io.impl.InputBundle

Packages that use InputBundle
org.apache.crunch.impl.mr.run   
org.apache.crunch.io.impl   
 

Uses of InputBundle in org.apache.crunch.impl.mr.run
 

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

Methods in org.apache.crunch.impl.mr.run with parameters of type InputBundle
static void CrunchInputs.addInputPath(org.apache.hadoop.mapreduce.Job job, org.apache.hadoop.fs.Path path, InputBundle inputBundle, int nodeIndex)
           
 

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

Methods in org.apache.crunch.io.impl that return InputBundle
static InputBundle InputBundle.fromSerialized(String serialized)
           
 InputBundle InputBundle.set(String key, String value)
           
 

Constructors in org.apache.crunch.io.impl with parameters of type InputBundle
FileSourceImpl(org.apache.hadoop.fs.Path path, PType<T> ptype, InputBundle inputBundle)
           
 



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