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

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

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

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

Methods in org.apache.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 org.apache.crunch.impl.mr.collect with parameters of type PGroupedTableImpl
 void PCollectionImpl.Visitor.visitGroupedTable(PGroupedTableImpl<?,?> collection)
           
 

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

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



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