Class SsgNetworkMemoryCalculationUtils
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.SsgNetworkMemoryCalculationUtils
-
public class SsgNetworkMemoryCalculationUtils extends Object
Util to analyze inputs & outputs ofExecutionJobVertex
and calculate network memory requirement for slot sharing group (SSG).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
enrichNetworkMemory(SlotSharingGroup ssg, Function<JobVertexID,ExecutionJobVertex> ejvs, ShuffleMaster<?> shuffleMaster)
Calculates network memory requirement ofExecutionJobVertex
and updateResourceProfile
of corresponding slot sharing group.
-
-
-
Method Detail
-
enrichNetworkMemory
public static void enrichNetworkMemory(SlotSharingGroup ssg, Function<JobVertexID,ExecutionJobVertex> ejvs, ShuffleMaster<?> shuffleMaster)
Calculates network memory requirement ofExecutionJobVertex
and updateResourceProfile
of corresponding slot sharing group.
-
-