| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.api.protocolrecords | |
| org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb | |
| org.apache.hadoop.yarn.server.api.records |
Server records.
|
| org.apache.hadoop.yarn.server.utils |
| Modifier and Type | Method | Description |
|---|---|---|
abstract NodeAction |
NodeHeartbeatResponse.getNodeAction() |
|
abstract NodeAction |
RegisterNodeManagerResponse.getNodeAction() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
NodeHeartbeatResponse.setNodeAction(NodeAction action) |
|
abstract void |
RegisterNodeManagerResponse.setNodeAction(NodeAction nodeAction) |
| Modifier and Type | Method | Description |
|---|---|---|
NodeAction |
NodeHeartbeatResponsePBImpl.getNodeAction() |
|
NodeAction |
RegisterNodeManagerResponsePBImpl.getNodeAction() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NodeHeartbeatResponsePBImpl.setNodeAction(NodeAction nodeAction) |
|
void |
RegisterNodeManagerResponsePBImpl.setNodeAction(NodeAction nodeAction) |
| Modifier and Type | Method | Description |
|---|---|---|
static NodeAction |
NodeAction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NodeAction[] |
NodeAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static NodeHeartbeatResponse |
YarnServerBuilderUtils.newNodeHeartbeatResponse(int responseId,
NodeAction action,
java.util.List<org.apache.hadoop.yarn.api.records.ContainerId> containersToCleanUp,
java.util.List<org.apache.hadoop.yarn.api.records.ApplicationId> applicationsToCleanUp,
MasterKey containerTokenMasterKey,
MasterKey nmTokenMasterKey,
long nextHeartbeatInterval) |
|
static NodeHeartbeatResponse |
YarnServerBuilderUtils.newNodeHeartbeatResponse(NodeAction action,
java.lang.String diagnosticsMessage) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.