@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class StrictPreemptionContract extends Object
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.PreemptionMessage| コンストラクタと説明 | 
|---|
| StrictPreemptionContract() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| abstract Set<PreemptionContainer> | getContainers()Get the set of  PreemptionContainerspecifying containers owned by
 theApplicationMasterthat may be reclaimed by theResourceManager. | 
public StrictPreemptionContract()
@InterfaceAudience.Public @InterfaceStability.Evolving public abstract Set<PreemptionContainer> getContainers()
PreemptionContainer specifying containers owned by
 the ApplicationMaster that may be reclaimed by the
 ResourceManager.ContainerId to be preempted.Copyright © 2016 Apache Software Foundation. All rights reserved.