Uses of Class
org.apache.hadoop.yarn.api.records.PreemptionContainer
Packages that use PreemptionContainer
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of PreemptionContainer in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return PreemptionContainerModifier and TypeMethodDescriptionstatic PreemptionContainerPreemptionContainer.newInstance(ContainerId id) Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type PreemptionContainerModifier and TypeMethodDescriptionabstract Set<PreemptionContainer>PreemptionContract.getContainers()Assign the set ofPreemptionContainerspecifying which containers owned by theApplicationMasterthat may be reclaimed by theResourceManager.abstract Set<PreemptionContainer>StrictPreemptionContract.getContainers()Get the set ofPreemptionContainerspecifying containers owned by theApplicationMasterthat may be reclaimed by theResourceManager.Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type PreemptionContainerModifier and TypeMethodDescriptionstatic PreemptionContractPreemptionContract.newInstance(List<PreemptionResourceRequest> req, Set<PreemptionContainer> containers) static StrictPreemptionContractStrictPreemptionContract.newInstance(Set<PreemptionContainer> containers) abstract voidPreemptionContract.setContainers(Set<PreemptionContainer> containers) abstract voidStrictPreemptionContract.setContainers(Set<PreemptionContainer> containers)