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

Uses of Class
org.apache.crunch.impl.dist.collect.BaseGroupedTable

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

Uses of BaseGroupedTable in org.apache.crunch.impl.dist.collect
 

Methods in org.apache.crunch.impl.dist.collect that return BaseGroupedTable
<K,V> BaseGroupedTable<K,V>
PCollectionFactory.createGroupedTable(PTableBase<K,V> parent, GroupingOptions groupingOptions)
           
 BaseGroupedTable<K,V> PTableBase.groupByKey()
           
 BaseGroupedTable<K,V> PTableBase.groupByKey(GroupingOptions groupingOptions)
           
 BaseGroupedTable<K,V> PTableBase.groupByKey(int numReduceTasks)
           
 

Methods in org.apache.crunch.impl.dist.collect with parameters of type BaseGroupedTable
 void PCollectionImpl.Visitor.visitGroupedTable(BaseGroupedTable<?,?> collection)
           
 

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

Subclasses of BaseGroupedTable in org.apache.crunch.impl.spark.collect
 class PGroupedTableImpl<K,V>
           
 

Methods in org.apache.crunch.impl.spark.collect that return BaseGroupedTable
<K,V> BaseGroupedTable<K,V>
SparkCollectFactory.createGroupedTable(PTableBase<K,V> parent, GroupingOptions groupingOptions)
           
 



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