This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.impl.dist.collect.PCollectionFactory (Apache Crunch 0.10.0 API)

Uses of Interface
org.apache.crunch.impl.dist.collect.PCollectionFactory

Packages that use PCollectionFactory
org.apache.crunch.impl.dist   
org.apache.crunch.impl.spark.collect   
 

Uses of PCollectionFactory in org.apache.crunch.impl.dist
 

Methods in org.apache.crunch.impl.dist that return PCollectionFactory
 PCollectionFactory DistributedPipeline.getFactory()
           
 

Constructors in org.apache.crunch.impl.dist with parameters of type PCollectionFactory
DistributedPipeline(String name, org.apache.hadoop.conf.Configuration conf, PCollectionFactory factory)
          Instantiate with a custom name and configuration.
 

Uses of PCollectionFactory in org.apache.crunch.impl.spark.collect
 

Classes in org.apache.crunch.impl.spark.collect that implement PCollectionFactory
 class SparkCollectFactory
           
 



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