@PublicEvolving public static interface DynamicParallelismInference.Context
Modifier and Type | Method and Description |
---|---|
long |
getDataVolumePerTask()
Get the average size of data volume (in bytes) to expect each task instance to process.
|
Optional<DynamicFilteringInfo> |
getDynamicFilteringInfo()
Get the dynamic filtering info of the source vertex.
|
int |
getParallelismInferenceUpperBound()
Get the upper bound for the inferred parallelism.
|
Optional<DynamicFilteringInfo> getDynamicFilteringInfo()
int getParallelismInferenceUpperBound()
long getDataVolumePerTask()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.