Class SlotReport

java.lang.Object
org.apache.flink.runtime.taskexecutor.SlotReport
All Implemented Interfaces:
Serializable, Iterable<SlotStatus>

public class SlotReport extends Object implements Serializable, Iterable<SlotStatus>
A report about the current status of all slots of the TaskExecutor, describing which slots are available and allocated, and what jobs (JobManagers) the allocated slots have been allocated to.
See Also:
  • Constructor Details

    • SlotReport

      public SlotReport()
    • SlotReport

      public SlotReport(SlotStatus slotStatus)
    • SlotReport

      public SlotReport(Collection<SlotStatus> slotsStatus)
  • Method Details