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

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

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

Methods in com.cloudera.crunch.impl.mr.collect that return PGroupedTableImpl
 PGroupedTableImpl<K,V> PTableBase.groupByKey()
           
 PGroupedTableImpl<K,V> PTableBase.groupByKey(GroupingOptions groupingOptions)
           
 PGroupedTableImpl<K,V> PTableBase.groupByKey(int numReduceTasks)
           
 

Methods in com.cloudera.crunch.impl.mr.collect with parameters of type PGroupedTableImpl
 void PCollectionImpl.Visitor.visitGroupedTable(PGroupedTableImpl<?,?> collection)
           
 

Uses of PGroupedTableImpl in com.cloudera.crunch.impl.mr.plan
 

Methods in com.cloudera.crunch.impl.mr.plan with parameters of type PGroupedTableImpl
static JobPrototype JobPrototype.createMapReduceJob(PGroupedTableImpl group, Set<com.cloudera.crunch.impl.mr.plan.NodePath> inputs, org.apache.hadoop.fs.Path workingPath)
           
 



Copyright © 2012. All Rights Reserved.