Interface SlotSharingResolver

    • Method Detail

      • getExecutionSlotSharingGroups

        Collection<SlotSharingSlotAllocator.ExecutionSlotSharingGroup> getExecutionSlotSharingGroups​(JobInformation jobInformation,
                                                                                                     VertexParallelism vertexParallelism)
        Get the execution slot sharing groups for the job information based on the vertices parallelisms.
        Parameters:
        jobInformation - the job information.
        vertexParallelism - the parallelisms for the vertices of the job information.
        Returns:
        the all execution slot sharing groups for the deployment of the job.