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

Uses of Class
org.apache.crunch.impl.mr.collect.PCollectionImpl

Packages that use PCollectionImpl
org.apache.crunch.impl.mr.collect   
org.apache.crunch.impl.mr.plan   
 

Uses of PCollectionImpl in org.apache.crunch.impl.mr.collect
 

Subclasses of PCollectionImpl in org.apache.crunch.impl.mr.collect
 class DoCollectionImpl<S>
           
 class DoTableImpl<K,V>
           
 class InputCollection<S>
           
 class InputTable<K,V>
           
 class PGroupedTableImpl<K,V>
           
 class PTableBase<K,V>
           
 class UnionCollection<S>
           
 class UnionTable<K,V>
           
 

Methods in org.apache.crunch.impl.mr.collect that return PCollectionImpl
 PCollectionImpl<?> PCollectionImpl.getOnlyParent()
           
 

Methods in org.apache.crunch.impl.mr.collect that return types with arguments of type PCollectionImpl
 List<PCollectionImpl<?>> UnionTable.getParents()
           
 List<PCollectionImpl<?>> UnionCollection.getParents()
           
 List<PCollectionImpl<?>> PGroupedTableImpl.getParents()
           
abstract  List<PCollectionImpl<?>> PCollectionImpl.getParents()
           
 List<PCollectionImpl<?>> InputTable.getParents()
           
 List<PCollectionImpl<?>> InputCollection.getParents()
           
 List<PCollectionImpl<?>> DoTableImpl.getParents()
           
 List<PCollectionImpl<?>> DoCollectionImpl.getParents()
           
 

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

Constructor parameters in org.apache.crunch.impl.mr.plan with type arguments of type PCollectionImpl
MSCRPlanner(MRPipeline pipeline, Map<PCollectionImpl<?>,Set<Target>> outputs)
           
 



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