|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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>
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||