Class SlotStatus

    • Method Detail

      • getSlotID

        public SlotID getSlotID()
        Get the unique identification of this slot.
        Returns:
        The slot id
      • getResourceProfile

        public ResourceProfile getResourceProfile()
        Get the resource profile of this slot.
        Returns:
        The resource profile
      • getAllocationID

        public AllocationID getAllocationID()
        Get the allocation id of this slot.
        Returns:
        The allocation id if this slot is allocated, otherwise null
      • getJobID

        public JobID getJobID()
        Get the job id of the slot allocated for.
        Returns:
        The job id if this slot is allocated, otherwise null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object