|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PGroupedTable | |
---|---|
org.apache.crunch | Client-facing API and core abstractions. |
org.apache.crunch.impl.dist.collect | |
org.apache.crunch.impl.mem.collect | |
org.apache.crunch.impl.mr.collect | |
org.apache.crunch.lib | Joining, sorting, aggregating, and other commonly used functionality. |
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.dist.collect |
---|
Classes in org.apache.crunch.impl.dist.collect that implement PGroupedTable | |
---|---|
class |
BaseGroupedTable<K,V>
|
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>
|
Uses of PGroupedTable in org.apache.crunch.lib |
---|
Methods in org.apache.crunch.lib with parameters of type PGroupedTable | ||
---|---|---|
static
|
PTables.mapValues(PGroupedTable<K,U> ptable,
MapFn<Iterable<U>,V> mapFn,
PType<V> ptype)
An analogue of the mapValues function for PGroupedTable<K, U> collections. |
|
static
|
PTables.mapValues(String name,
PGroupedTable<K,U> ptable,
MapFn<Iterable<U>,V> mapFn,
PType<V> ptype)
An analogue of the mapValues function for PGroupedTable<K, U> collections. |
|
static
|
Mapreduce.reduce(PGroupedTable<K1,V1> input,
Class<? extends org.apache.hadoop.mapreduce.Reducer<K1,V1,K2,V2>> reducerClass,
Class<K2> keyClass,
Class<V2> valueClass)
|
|
static
|
Mapred.reduce(PGroupedTable<K1,V1> input,
Class<? extends org.apache.hadoop.mapred.Reducer<K1,V1,K2,V2>> reducerClass,
Class<K2> keyClass,
Class<V2> valueClass)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |