|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainerId | |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| Uses of ContainerId in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerId | |
|---|---|
ContainerId |
GetContainerStatusRequest.getContainerId()
Get the ContainerId of container for which to obtain the
ContainerStatus. |
ContainerId |
StopContainerRequest.getContainerId()
Get the ContainerId of the container to be stopped. |
ContainerId |
AllocateRequest.getRelease(int index)
|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ContainerId | |
|---|---|
List<ContainerId> |
AllocateRequest.getReleaseList()
Get the list of ContainerId of unused containers being
released by the ApplicationMaster. |
| Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ContainerId | |
|---|---|
void |
AllocateRequest.addRelease(ContainerId container)
|
void |
GetContainerStatusRequest.setContainerId(ContainerId containerId)
Set the ContainerId of container for which to obtain the
ContainerStatus |
void |
StopContainerRequest.setContainerId(ContainerId containerId)
Set the ContainerId of the container to be stopped. |
| Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ContainerId | |
|---|---|
void |
AllocateRequest.addAllReleases(List<ContainerId> releaseContainers)
Add the list of ContainerId of unused containers being
released by the ApplicationMaster |
| Uses of ContainerId in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return ContainerId | |
|---|---|
ContainerId |
ContainerStatus.getContainerId()
Get the ContainerId of the container. |
ContainerId |
ContainerLaunchContext.getContainerId()
Get ContainerId of container to be launched. |
ContainerId |
Container.getId()
Get the globally unique identifier for the container. |
| Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerId | |
|---|---|
int |
ContainerId.compareTo(ContainerId other)
|
void |
ContainerStatus.setContainerId(ContainerId containerId)
|
void |
ContainerLaunchContext.setContainerId(ContainerId containerId)
Set ContainerId of container to be launched. |
void |
Container.setId(ContainerId id)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||