public class DistributedSchedulingAllocateResponsePBImpl extends DistributedSchedulingAllocateResponse
DistributedSchedulingAllocateResponse.| Constructor | Description |
|---|---|
DistributedSchedulingAllocateResponsePBImpl() |
|
DistributedSchedulingAllocateResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse |
getAllocateResponse() |
|
java.util.List<RemoteNode> |
getNodesForScheduling() |
|
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto |
getProto() |
|
void |
setAllocateResponse(org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse response) |
|
void |
setNodesForScheduling(java.util.List<RemoteNode> nodesForScheduling) |
newInstancepublic DistributedSchedulingAllocateResponsePBImpl()
public DistributedSchedulingAllocateResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto getProto()
public void setAllocateResponse(org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse response)
setAllocateResponse in class DistributedSchedulingAllocateResponsepublic org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse getAllocateResponse()
getAllocateResponse in class DistributedSchedulingAllocateResponsepublic void setNodesForScheduling(java.util.List<RemoteNode> nodesForScheduling)
setNodesForScheduling in class DistributedSchedulingAllocateResponsepublic java.util.List<RemoteNode> getNodesForScheduling()
getNodesForScheduling in class DistributedSchedulingAllocateResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.