Uses of Class
org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
Packages that use SlotSharingGroup
Package
Description
-
Uses of SlotSharingGroup in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return SlotSharingGroupModifier and TypeMethodDescriptionAccessExecutionJobVertex.getSlotSharingGroup()Returns the slot sharing group for this job vertex.ArchivedExecutionJobVertex.getSlotSharingGroup()ExecutionJobVertex.getSlotSharingGroup()Constructors in org.apache.flink.runtime.executiongraph with parameters of type SlotSharingGroupModifierConstructorDescriptionArchivedExecutionJobVertex(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 SlotSharingGroupModifier and TypeMethodDescriptionJobVertex.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 SlotSharingGroupMethods in org.apache.flink.runtime.jobgraph with parameters of type SlotSharingGroupModifier and TypeMethodDescriptionvoidJobVertex.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 SlotSharingGroupModifier and TypeMethodDescriptionstatic 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 -
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 -
Uses of SlotSharingGroup in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return SlotSharingGroupMethods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type SlotSharingGroupModifier and TypeMethodDescriptionJobInformation.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 SlotSharingGroupConstructors in org.apache.flink.streaming.api.graph.util with parameters of type SlotSharingGroupModifierConstructorDescriptionJobVertexBuildContext(JobGraph jobGraph, StreamGraph streamGraph, AtomicBoolean hasHybridResultPartition, Map<Integer, byte[]> hashes, List<Map<Integer, byte[]>> legacyHashes, SlotSharingGroup defaultSlotSharingGroup)