public abstract class ParallelismHelper<I> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ParallelismHelper(SerializableFunctionUnchecked<I,Integer> partitionNumberExtractor) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
deduceShuffleParallelism(I input,
int configuredParallelism) |
protected ParallelismHelper(SerializableFunctionUnchecked<I,Integer> partitionNumberExtractor)
protected int deduceShuffleParallelism(I input, int configuredParallelism)
Copyright © 2024 The Apache Software Foundation. All rights reserved.