public class DistributedSchedulingAllocateRequestPBImpl extends DistributedSchedulingAllocateRequest
DistributedSchedulingAllocateRequest.| Constructor | Description |
|---|---|
DistributedSchedulingAllocateRequestPBImpl() |
|
DistributedSchedulingAllocateRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<org.apache.hadoop.yarn.api.records.Container> |
getAllocatedContainers() |
Get the list of newly allocated
Container by the
Distributed Scheduling component on the NodeManager. |
org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest |
getAllocateRequest() |
Get the underlying
AllocateRequest object. |
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto |
getProto() |
|
void |
setAllocatedContainers(java.util.List<org.apache.hadoop.yarn.api.records.Container> pContainers) |
Set the list of newly allocated
Container by the
Distributed Scheduling component on the NodeManager. |
void |
setAllocateRequest(org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest pAllocateRequest) |
Set the underlying
AllocateRequest object. |
public DistributedSchedulingAllocateRequestPBImpl()
public DistributedSchedulingAllocateRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto proto)
public org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest getAllocateRequest()
DistributedSchedulingAllocateRequestAllocateRequest object.getAllocateRequest in class DistributedSchedulingAllocateRequestpublic void setAllocateRequest(org.apache.hadoop.yarn.api.protocolrecords.AllocateRequest pAllocateRequest)
DistributedSchedulingAllocateRequestAllocateRequest object.setAllocateRequest in class DistributedSchedulingAllocateRequestpAllocateRequest - Allocate requestpublic java.util.List<org.apache.hadoop.yarn.api.records.Container> getAllocatedContainers()
DistributedSchedulingAllocateRequestContainer by the
Distributed Scheduling component on the NodeManager.getAllocatedContainers in class DistributedSchedulingAllocateRequestContainerpublic void setAllocatedContainers(java.util.List<org.apache.hadoop.yarn.api.records.Container> pContainers)
DistributedSchedulingAllocateRequestContainer by the
Distributed Scheduling component on the NodeManager.setAllocatedContainers in class DistributedSchedulingAllocateRequestpContainers - list of newly allocated Containerpublic org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto getProto()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.