@InterfaceAudience.Private @InterfaceStability.Unstable public class ContainerIdPBImpl extends ContainerId
CONTAINER_ID_BITMASK| Constructor and Description |
|---|
ContainerIdPBImpl() |
ContainerIdPBImpl(YarnProtos.ContainerIdProto proto) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build() |
ApplicationAttemptId |
getApplicationAttemptId() |
long |
getContainerId() |
int |
getId()
Deprecated.
|
YarnProtos.ContainerIdProto |
getProto() |
protected void |
setApplicationAttemptId(ApplicationAttemptId atId) |
protected void |
setContainerId(long id) |
compareTo, equals, fromString, hashCode, newContainerId, newInstance, toStringpublic ContainerIdPBImpl()
public ContainerIdPBImpl(YarnProtos.ContainerIdProto proto)
public YarnProtos.ContainerIdProto getProto()
@Deprecated public int getId()
getId in class ContainerIdpublic long getContainerId()
getContainerId in class ContainerIdprotected void setContainerId(long id)
setContainerId in class ContainerIdpublic ApplicationAttemptId getApplicationAttemptId()
getApplicationAttemptId in class ContainerIdprotected void setApplicationAttemptId(ApplicationAttemptId atId)
setApplicationAttemptId in class ContainerIdprotected void build()
build in class ContainerIdCopyright © 2018 CERN. All Rights Reserved.