public class RegisterDistributedSchedulingAMResponsePBImpl extends RegisterDistributedSchedulingAMResponse
RegisterDistributedSchedulingAMResponse.| Constructor | Description |
|---|---|
RegisterDistributedSchedulingAMResponsePBImpl() |
|
RegisterDistributedSchedulingAMResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getContainerIdStart() |
|
int |
getContainerTokenExpiryInterval() |
|
org.apache.hadoop.yarn.api.records.Resource |
getIncrContainerResource() |
|
org.apache.hadoop.yarn.api.records.Resource |
getMaxContainerResource() |
|
org.apache.hadoop.yarn.api.records.Resource |
getMinContainerResource() |
|
java.util.List<RemoteNode> |
getNodesForScheduling() |
|
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto |
getProto() |
|
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse |
getRegisterResponse() |
|
void |
setContainerIdStart(long containerIdStart) |
|
void |
setContainerTokenExpiryInterval(int interval) |
|
void |
setIncrContainerResource(org.apache.hadoop.yarn.api.records.Resource incrResource) |
|
void |
setMaxContainerResource(org.apache.hadoop.yarn.api.records.Resource maxResource) |
|
void |
setMinContainerResource(org.apache.hadoop.yarn.api.records.Resource minResource) |
|
void |
setNodesForScheduling(java.util.List<RemoteNode> nodesForScheduling) |
|
void |
setRegisterResponse(org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse resp) |
|
java.lang.String |
toString() |
newInstancepublic RegisterDistributedSchedulingAMResponsePBImpl()
public RegisterDistributedSchedulingAMResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto getProto()
public void setRegisterResponse(org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse resp)
setRegisterResponse in class RegisterDistributedSchedulingAMResponsepublic org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse getRegisterResponse()
getRegisterResponse in class RegisterDistributedSchedulingAMResponsepublic void setMaxContainerResource(org.apache.hadoop.yarn.api.records.Resource maxResource)
setMaxContainerResource in class RegisterDistributedSchedulingAMResponsepublic org.apache.hadoop.yarn.api.records.Resource getMaxContainerResource()
getMaxContainerResource in class RegisterDistributedSchedulingAMResponsepublic void setMinContainerResource(org.apache.hadoop.yarn.api.records.Resource minResource)
setMinContainerResource in class RegisterDistributedSchedulingAMResponsepublic org.apache.hadoop.yarn.api.records.Resource getMinContainerResource()
getMinContainerResource in class RegisterDistributedSchedulingAMResponsepublic void setIncrContainerResource(org.apache.hadoop.yarn.api.records.Resource incrResource)
setIncrContainerResource in class RegisterDistributedSchedulingAMResponsepublic org.apache.hadoop.yarn.api.records.Resource getIncrContainerResource()
getIncrContainerResource in class RegisterDistributedSchedulingAMResponsepublic void setContainerTokenExpiryInterval(int interval)
setContainerTokenExpiryInterval in class RegisterDistributedSchedulingAMResponsepublic int getContainerTokenExpiryInterval()
getContainerTokenExpiryInterval in class RegisterDistributedSchedulingAMResponsepublic void setContainerIdStart(long containerIdStart)
setContainerIdStart in class RegisterDistributedSchedulingAMResponsepublic long getContainerIdStart()
getContainerIdStart in class RegisterDistributedSchedulingAMResponsepublic void setNodesForScheduling(java.util.List<RemoteNode> nodesForScheduling)
setNodesForScheduling in class RegisterDistributedSchedulingAMResponsepublic java.util.List<RemoteNode> getNodesForScheduling()
getNodesForScheduling in class RegisterDistributedSchedulingAMResponsepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.