Class SsgNetworkMemoryCalculationUtils
java.lang.Object
org.apache.flink.runtime.scheduler.SsgNetworkMemoryCalculationUtils
Util to analyze inputs & outputs of
ExecutionJobVertex and calculate network memory
requirement for slot sharing group (SSG).-
Method Summary
Modifier and TypeMethodDescriptionstatic voidenrichNetworkMemory(SlotSharingGroup ssg, Function<JobVertexID, ExecutionJobVertex> ejvs, ShuffleMaster<?> shuffleMaster) Calculates network memory requirement ofExecutionJobVertexand updateResourceProfileof corresponding slot sharing group.
-
Method Details
-
enrichNetworkMemory
public static void enrichNetworkMemory(SlotSharingGroup ssg, Function<JobVertexID, ExecutionJobVertex> ejvs, ShuffleMaster<?> shuffleMaster) Calculates network memory requirement ofExecutionJobVertexand updateResourceProfileof corresponding slot sharing group.
-