Class PreemptionContract

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

@Public @Evolving public abstract class PreemptionContract extends Object
Description of resources requested back by the ResourceManager. The ApplicationMaster (AM) can satisfy this request according to its own priorities to prevent containers from being forcibly killed by the platform.
See Also:
  • Constructor Details

    • PreemptionContract

      public PreemptionContract()
  • Method Details