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

Uses of Interface
org.apache.crunch.PGroupedTable

Packages that use PGroupedTable
org.apache.crunch Client-facing API and core abstractions. 
 

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.
 



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