| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PreemptionContainer |
PreemptionContainer.newInstance(ContainerId id) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Set<PreemptionContainer> |
PreemptionContract.getContainers() |
Assign the set of
PreemptionContainer specifying which containers
owned by the ApplicationMaster that may be reclaimed by the
ResourceManager. |
abstract java.util.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 | Description |
|---|---|---|
static PreemptionContract |
PreemptionContract.newInstance(java.util.List<PreemptionResourceRequest> req,
java.util.Set<PreemptionContainer> containers) |
|
static StrictPreemptionContract |
StrictPreemptionContract.newInstance(java.util.Set<PreemptionContainer> containers) |
|
abstract void |
PreemptionContract.setContainers(java.util.Set<PreemptionContainer> containers) |
|
abstract void |
StrictPreemptionContract.setContainers(java.util.Set<PreemptionContainer> containers) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.