| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
NodeUpdateType |
NodeReport.getNodeUpdateType() |
Optional node update type (null indicates absent update type).
|
static NodeUpdateType |
NodeUpdateType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NodeUpdateType[] |
NodeUpdateType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static NodeReport |
NodeReport.newInstance(NodeId nodeId,
NodeState nodeState,
java.lang.String httpAddress,
java.lang.String rackName,
Resource used,
Resource capability,
int numContainers,
java.lang.String healthReport,
long lastHealthReportTime,
java.util.Set<java.lang.String> nodeLabels,
java.lang.Integer decommissioningTimeout,
NodeUpdateType nodeUpdateType) |
|
void |
NodeReport.setNodeUpdateType(NodeUpdateType nodeUpdateType) |
Set the node update type (null indicates absent node update type).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.