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

Uses of Class
org.apache.crunch.impl.mr.plan.JobPrototype

Packages that use JobPrototype
org.apache.crunch.impl.mr.plan   
 

Uses of JobPrototype in org.apache.crunch.impl.mr.plan
 

Methods in org.apache.crunch.impl.mr.plan that return JobPrototype
static JobPrototype JobPrototype.createMapOnlyJob(com.google.common.collect.HashMultimap<Target,org.apache.crunch.impl.mr.plan.NodePath> mapNodePaths, org.apache.hadoop.fs.Path workingPath)
           
static JobPrototype JobPrototype.createMapReduceJob(PGroupedTableImpl<?,?> group, Set<org.apache.crunch.impl.mr.plan.NodePath> inputs, org.apache.hadoop.fs.Path workingPath)
           
 

Methods in org.apache.crunch.impl.mr.plan with parameters of type JobPrototype
 void JobPrototype.addDependency(JobPrototype dependency)
           
 



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