Class StrictPreemptionContract

java.lang.Object
org.apache.hadoop.yarn.api.records.StrictPreemptionContract

@Public @Evolving public abstract class StrictPreemptionContract extends Object
Enumeration of particular allocations to be reclaimed. The platform will reclaim exactly these resources, so the ApplicationMaster (AM) may attempt to checkpoint work or adjust its execution plan to accommodate it. In contrast to PreemptionContract, the AM has no flexibility in selecting which resources to return to the cluster.
See Also:
  • Constructor Details

    • StrictPreemptionContract

      public StrictPreemptionContract()
  • Method Details