public class ActivityNodeInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ActivityNodeInfo> |
children |
Constructor and Description |
---|
ActivityNodeInfo(ActivityState groupActivityState,
String groupDiagnostic,
List<String> groupNodeIds) |
ActivityNodeInfo(String name,
ActivityState activityState,
String diagnostic,
org.apache.hadoop.yarn.api.records.NodeId nId) |
Modifier and Type | Method and Description |
---|---|
Long |
getAllocationRequestId() |
String |
getAllocationState() |
Integer |
getAppPriority() |
List<ActivityNodeInfo> |
getChildren() |
Integer |
getCount() |
String |
getDiagnostic() |
String |
getName() |
String |
getNodeId() |
List<String> |
getNodeIds() |
Integer |
getRequestPriority() |
void |
setNodeId(org.apache.hadoop.yarn.api.records.NodeId nId) |
void |
setNodeIds(List<String> nodeIds) |
protected List<ActivityNodeInfo> children
public ActivityNodeInfo(String name, ActivityState activityState, String diagnostic, org.apache.hadoop.yarn.api.records.NodeId nId)
public ActivityNodeInfo(ActivityState groupActivityState, String groupDiagnostic, List<String> groupNodeIds)
public void setNodeId(org.apache.hadoop.yarn.api.records.NodeId nId)
public String getNodeId()
public Long getAllocationRequestId()
public Integer getCount()
public List<ActivityNodeInfo> getChildren()
public String getAllocationState()
public String getName()
public Integer getAppPriority()
public Integer getRequestPriority()
public String getDiagnostic()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.