This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.Pipeline (Apache Crunch 0.4.0-incubating API)

Uses of Interface
org.apache.crunch.Pipeline

Packages that use Pipeline
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.mem In-memory Pipeline implementation for rapid prototyping and testing. 
org.apache.crunch.impl.mr A Pipeline implementation that runs on Hadoop MapReduce. 
 

Uses of Pipeline in org.apache.crunch
 

Methods in org.apache.crunch that return Pipeline
 Pipeline PCollection.getPipeline()
          Returns the Pipeline associated with this PCollection.
 

Uses of Pipeline in org.apache.crunch.impl.mem
 

Classes in org.apache.crunch.impl.mem that implement Pipeline
 class MemPipeline
           
 

Methods in org.apache.crunch.impl.mem that return Pipeline
static Pipeline MemPipeline.getInstance()
           
 

Uses of Pipeline in org.apache.crunch.impl.mr
 

Classes in org.apache.crunch.impl.mr that implement Pipeline
 class MRPipeline
          Pipeline implementation that is executed within Hadoop MapReduce.
 



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