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

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

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

Methods in org.apache.hadoop.yarn.api.records that return StrictPreemptionContract
abstract  StrictPreemptionContract PreemptionMessage.getStrictContract()
           
static StrictPreemptionContract StrictPreemptionContract.newInstance(Set<PreemptionContainer> containers)
           
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.