Class SlotOccupiedException

All Implemented Interfaces:
Serializable

public class SlotOccupiedException extends SlotAllocationException
Exception which signals that a slot is already occupied by the given AllocationID.
See Also:
  • Constructor Details

    • SlotOccupiedException

      public SlotOccupiedException(String message, AllocationID allocationId, org.apache.flink.api.common.JobID jobId)
  • Method Details

    • getAllocationId

      public AllocationID getAllocationId()
    • getJobId

      public org.apache.flink.api.common.JobID getJobId()