This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.PGroupedTable (Apache Crunch 0.3.0-incubating API)

Uses of Interface
org.apache.crunch.PGroupedTable

Packages that use PGroupedTable
org.apache.crunch   
org.apache.crunch.impl.mem.collect   
org.apache.crunch.impl.mr.collect   
 

Uses of PGroupedTable in org.apache.crunch
 

Methods in org.apache.crunch that return PGroupedTable
 PGroupedTable<K,V> PTable.groupByKey()
          Performs a grouping operation on the keys of this table.
 PGroupedTable<K,V> PTable.groupByKey(GroupingOptions options)
          Performs a grouping operation on the keys of this table, using the additional GroupingOptions to control how the grouping is executed.
 PGroupedTable<K,V> PTable.groupByKey(int numPartitions)
          Performs a grouping operation on the keys of this table, using the given number of partitions.
 

Uses of PGroupedTable in org.apache.crunch.impl.mem.collect
 

Methods in org.apache.crunch.impl.mem.collect that return PGroupedTable
 PGroupedTable<K,V> MemTable.groupByKey()
           
 PGroupedTable<K,V> MemTable.groupByKey(GroupingOptions options)
           
 PGroupedTable<K,V> MemTable.groupByKey(int numPartitions)
           
 

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

Classes in org.apache.crunch.impl.mr.collect that implement PGroupedTable
 class PGroupedTableImpl<K,V>
           
 



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