Uses of Class
org.apache.hadoop.yarn.api.records.PreemptionContract

Packages that use PreemptionContract
org.apache.hadoop.yarn.api.records   
 

Uses of PreemptionContract in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return PreemptionContract
abstract  PreemptionContract PreemptionMessage.getContract()
           
static PreemptionContract PreemptionContract.newInstance(List<PreemptionResourceRequest> req, Set<PreemptionContainer> containers)
           
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type PreemptionContract
static PreemptionMessage PreemptionMessage.newInstance(StrictPreemptionContract set, PreemptionContract contract)
           
abstract  void PreemptionMessage.setContract(PreemptionContract contract)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.