Package | Description |
---|---|
org.apache.crunch |
Client-facing API and core abstractions.
|
org.apache.crunch.types |
Common functionality for business object serialization.
|
Modifier and Type | Method and Description |
---|---|
GroupingOptions |
GroupingOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
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. |
boolean |
GroupingOptions.isCompatibleWith(GroupingOptions other) |
Modifier and Type | Method and Description |
---|---|
abstract void |
PGroupedTableType.configureShuffle(org.apache.hadoop.mapreduce.Job job,
GroupingOptions options) |
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.