org.apache.hadoop.yarn.event.Event<RMContainerEventType>public class RMContainerReservedEvent extends RMContainerEvent
| Constructor | Description |
|---|---|
RMContainerReservedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.Resource reservedResource,
org.apache.hadoop.yarn.api.records.NodeId reservedNode,
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey reservedSchedulerKey) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.NodeId |
getReservedNode() |
|
org.apache.hadoop.yarn.api.records.Resource |
getReservedResource() |
|
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey |
getReservedSchedulerKey() |
getContainerIdgetTimestamp, getType, toStringpublic RMContainerReservedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.hadoop.yarn.api.records.Resource reservedResource,
org.apache.hadoop.yarn.api.records.NodeId reservedNode,
org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey reservedSchedulerKey)
public org.apache.hadoop.yarn.api.records.Resource getReservedResource()
public org.apache.hadoop.yarn.api.records.NodeId getReservedNode()
public org.apache.hadoop.yarn.server.scheduler.SchedulerRequestKey getReservedSchedulerKey()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.