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 and Description |
---|---|
abstract NodeAction |
RegisterNodeManagerResponse.getNodeAction() |
abstract NodeAction |
NodeHeartbeatResponse.getNodeAction() |
Modifier and Type | Method and Description |
---|---|
abstract void |
RegisterNodeManagerResponse.setNodeAction(NodeAction nodeAction) |
abstract void |
NodeHeartbeatResponse.setNodeAction(NodeAction action) |
Modifier and Type | Method and Description |
---|---|
NodeAction |
RegisterNodeManagerResponsePBImpl.getNodeAction() |
NodeAction |
NodeHeartbeatResponsePBImpl.getNodeAction() |
Modifier and Type | Method and Description |
---|---|
void |
RegisterNodeManagerResponsePBImpl.setNodeAction(NodeAction nodeAction) |
void |
NodeHeartbeatResponsePBImpl.setNodeAction(NodeAction nodeAction) |
Modifier and Type | Method and Description |
---|---|
static NodeAction |
NodeAction.valueOf(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 and Description |
---|---|
static NodeHeartbeatResponse |
YarnServerBuilderUtils.newNodeHeartbeatResponse(int responseId,
NodeAction action,
List<org.apache.hadoop.yarn.api.records.ContainerId> containersToCleanUp,
List<org.apache.hadoop.yarn.api.records.ApplicationId> applicationsToCleanUp,
MasterKey containerTokenMasterKey,
MasterKey nmTokenMasterKey,
long nextHeartbeatInterval) |
static NodeHeartbeatResponse |
YarnServerBuilderUtils.newNodeHeartbeatResponse(NodeAction action,
String diagnosticsMessage) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.