Uses of Class
com.cloudera.crunch.impl.mr.collect.PCollectionImpl

Packages that use PCollectionImpl
com.cloudera.crunch.impl.mr.collect   
com.cloudera.crunch.impl.mr.plan   
 

Uses of PCollectionImpl in com.cloudera.crunch.impl.mr.collect
 

Subclasses of PCollectionImpl in com.cloudera.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 com.cloudera.crunch.impl.mr.collect that return PCollectionImpl
 PCollectionImpl<?> PCollectionImpl.getOnlyParent()
           
 

Methods in com.cloudera.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 com.cloudera.crunch.impl.mr.plan
 

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



Copyright © 2012. All Rights Reserved.