Uses of Class
org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
-
Uses of SlotSharingGroup in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return SlotSharingGroup Modifier and Type Method Description SlotSharingGroupAccessExecutionJobVertex. getSlotSharingGroup()Returns the slot sharing group for this job vertex.SlotSharingGroupArchivedExecutionJobVertex. getSlotSharingGroup()SlotSharingGroupExecutionJobVertex. getSlotSharingGroup()Constructors in org.apache.flink.runtime.executiongraph with parameters of type SlotSharingGroup Constructor Description ArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices, JobVertexID id, String name, int parallelism, int maxParallelism, SlotSharingGroup slotSharingGroup, ResourceProfile resourceProfile, StringifiedAccumulatorResult[] archivedUserAccumulators) -
Uses of SlotSharingGroup in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return SlotSharingGroup Modifier and Type Method Description SlotSharingGroupJobVertex. getSlotSharingGroup()Gets the slot sharing group that this vertex is associated with.Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type SlotSharingGroup Modifier and Type Method Description Set<SlotSharingGroup>JobGraph. getSlotSharingGroups()Methods in org.apache.flink.runtime.jobgraph with parameters of type SlotSharingGroup Modifier and Type Method Description voidJobVertex. setSlotSharingGroup(SlotSharingGroup grp)Associates this vertex with a slot sharing group for scheduling. -
Uses of SlotSharingGroup in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type SlotSharingGroup Modifier and Type Method Description static voidSsgNetworkMemoryCalculationUtils. enrichNetworkMemory(SlotSharingGroup ssg, Function<JobVertexID,ExecutionJobVertex> ejvs, ShuffleMaster<?> shuffleMaster)Calculates network memory requirement ofExecutionJobVertexand updateResourceProfileof corresponding slot sharing group.Constructors in org.apache.flink.runtime.scheduler with parameters of type SlotSharingGroup Constructor Description ExecutionSlotSharingGroup(SlotSharingGroup slotSharingGroup) -
Uses of SlotSharingGroup in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type SlotSharingGroup Modifier and Type Method Description Collection<SlotSharingGroup>JobGraphJobInformation. getSlotSharingGroups() -
Uses of SlotSharingGroup in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return SlotSharingGroup Modifier and Type Method Description SlotSharingGroupJobInformation.VertexInformation. getSlotSharingGroup()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type SlotSharingGroup Modifier and Type Method Description Collection<SlotSharingGroup>JobInformation. getSlotSharingGroups()Returns all slot-sharing groups of the job. -
Uses of SlotSharingGroup in org.apache.flink.streaming.api.graph.util
Methods in org.apache.flink.streaming.api.graph.util that return SlotSharingGroup Modifier and Type Method Description SlotSharingGroupJobVertexBuildContext. getDefaultSlotSharingGroup()Constructors in org.apache.flink.streaming.api.graph.util with parameters of type SlotSharingGroup Constructor Description JobVertexBuildContext(JobGraph jobGraph, StreamGraph streamGraph, AtomicBoolean hasHybridResultPartition, Map<Integer,byte[]> hashes, List<Map<Integer,byte[]>> legacyHashes, SlotSharingGroup defaultSlotSharingGroup)
-