| Package | Description |
|---|---|
| org.apache.hudi.common.engine | |
| org.apache.hudi.common.util.collection |
| Modifier and Type | Method and Description |
|---|---|
abstract <I,K,V> Stream<ImmutablePair<K,V>> |
HoodieEngineContext.mapPartitionsToPairAndReduceByKey(Stream<I> data,
SerializablePairFlatMapFunction<Iterator<I>,K,V> flatMapToPairFunc,
SerializableBiFunction<V,V,V> reduceFunc,
int parallelism) |
<I,K,V> Stream<ImmutablePair<K,V>> |
HoodieLocalEngineContext.mapPartitionsToPairAndReduceByKey(Stream<I> data,
SerializablePairFlatMapFunction<Iterator<I>,K,V> flatMapToPairFunc,
SerializableBiFunction<V,V,V> reduceFunc,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
static <L,R> ImmutablePair<L,R> |
ImmutablePair.of(L left,
R right)
Obtains an immutable pair of from two objects inferring the generic types.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.