Package | Description |
---|---|
org.apache.hadoop.yarn.api.records | |
org.apache.hadoop.yarn.api.records.impl.pb |
Modifier and Type | Method and Description |
---|---|
static PreemptionContainer |
PreemptionContainer.newInstance(ContainerId id) |
Modifier and Type | Method and Description |
---|---|
abstract Set<PreemptionContainer> |
PreemptionContract.getContainers()
Assign the set of
PreemptionContainer specifying which containers
owned by the ApplicationMaster that may be reclaimed by the
ResourceManager . |
abstract Set<PreemptionContainer> |
StrictPreemptionContract.getContainers()
Get the set of
PreemptionContainer specifying containers owned by
the ApplicationMaster that may be reclaimed by the
ResourceManager . |
Modifier and Type | Method and Description |
---|---|
static PreemptionContract |
PreemptionContract.newInstance(List<PreemptionResourceRequest> req,
Set<PreemptionContainer> containers) |
static StrictPreemptionContract |
StrictPreemptionContract.newInstance(Set<PreemptionContainer> containers) |
abstract void |
PreemptionContract.setContainers(Set<PreemptionContainer> containers) |
abstract void |
StrictPreemptionContract.setContainers(Set<PreemptionContainer> containers) |
Modifier and Type | Class and Description |
---|---|
class |
PreemptionContainerPBImpl |
Modifier and Type | Method and Description |
---|---|
Set<PreemptionContainer> |
StrictPreemptionContractPBImpl.getContainers() |
Set<PreemptionContainer> |
PreemptionContractPBImpl.getContainers() |
Modifier and Type | Method and Description |
---|---|
void |
StrictPreemptionContractPBImpl.setContainers(Set<PreemptionContainer> containers) |
void |
PreemptionContractPBImpl.setContainers(Set<PreemptionContainer> containers) |
Copyright © 2013 Apache Software Foundation. All rights reserved.