org.apache.hadoop.yarn.event.Event<RMNodeEventType>public class RMNodeStartedEvent extends RMNodeEvent
| Constructor | Description |
|---|---|
RMNodeStartedEvent(org.apache.hadoop.yarn.api.records.NodeId nodeId,
java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus> containerReports,
java.util.List<org.apache.hadoop.yarn.api.records.ApplicationId> runningApplications,
org.apache.hadoop.yarn.server.api.records.NodeStatus nodeStatus) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport> |
getLogAggregationReportsForApps() |
|
java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus> |
getNMContainerStatuses() |
|
org.apache.hadoop.yarn.server.api.records.NodeStatus |
getNodeStatus() |
|
java.util.List<org.apache.hadoop.yarn.api.records.ApplicationId> |
getRunningApplications() |
|
void |
setLogAggregationReportsForApps(java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport> logAggregationReportsForApps) |
getNodeIdgetTimestamp, getType, toStringpublic RMNodeStartedEvent(org.apache.hadoop.yarn.api.records.NodeId nodeId,
java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus> containerReports,
java.util.List<org.apache.hadoop.yarn.api.records.ApplicationId> runningApplications,
org.apache.hadoop.yarn.server.api.records.NodeStatus nodeStatus)
public java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus> getNMContainerStatuses()
public java.util.List<org.apache.hadoop.yarn.api.records.ApplicationId> getRunningApplications()
public org.apache.hadoop.yarn.server.api.records.NodeStatus getNodeStatus()
public java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport> getLogAggregationReportsForApps()
public void setLogAggregationReportsForApps(java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport> logAggregationReportsForApps)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.