Uses of Class
org.apache.flink.runtime.scheduler.adaptivebatch.util.AggregatedBlockingInputInfo
-
Packages that use AggregatedBlockingInputInfo Package Description org.apache.flink.runtime.scheduler.adaptivebatch.util -
-
Uses of AggregatedBlockingInputInfo in org.apache.flink.runtime.scheduler.adaptivebatch.util
Methods in org.apache.flink.runtime.scheduler.adaptivebatch.util that return AggregatedBlockingInputInfo Modifier and Type Method Description static AggregatedBlockingInputInfoAggregatedBlockingInputInfo. createAggregatedBlockingInputInfo(long defaultSkewedThreshold, double skewedFactor, long dataVolumePerTask, List<BlockingInputInfo> inputInfos)Method parameters in org.apache.flink.runtime.scheduler.adaptivebatch.util with type arguments of type AggregatedBlockingInputInfo Modifier and Type Method Description static intVertexParallelismAndInputInfosDeciderUtils. checkAndGetSubpartitionNumForAggregatedInputs(Collection<AggregatedBlockingInputInfo> inputInfos)
-