|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreemptionContainer | |
|---|---|
| org.apache.hadoop.yarn.api.records | |
| Uses of PreemptionContainer in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return PreemptionContainer | |
|---|---|
static PreemptionContainer |
PreemptionContainer.newInstance(ContainerId id)
|
| Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type PreemptionContainer | |
|---|---|
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. |
| Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type PreemptionContainer | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||