Interface JobInformation

  • All Known Implementing Classes:
    JobGraphJobInformation

    public interface JobInformation
    Information about the job.
    • Method Detail

      • getSlotSharingGroups

        Collection<SlotSharingGroup> getSlotSharingGroups()
        Returns all slot-sharing groups of the job.

        Attention: The returned slot sharing groups should never be modified (they are indeed mutable)!

        Returns:
        all slot-sharing groups of the job
      • getCoLocationGroups

        Collection<CoLocationGroup> getCoLocationGroups()
        Returns all co-location groups of the job.

        Attention: The returned co-location groups should never be modified (its are indeed mutable)!

        Returns:
        all co-location groups of the job