Modifier and Type | Method and Description |
---|---|
NodeAction |
RegisterNodeManagerResponse.getNodeAction() |
NodeAction |
NodeHeartbeatResponse.getNodeAction() |
Modifier and Type | Method and Description |
---|---|
void |
RegisterNodeManagerResponse.setNodeAction(NodeAction nodeAction) |
void |
NodeHeartbeatResponse.setNodeAction(NodeAction action) |
Modifier and Type | Method and Description |
---|---|
NodeAction |
NodeHeartbeatResponsePBImpl.getNodeAction() |
NodeAction |
RegisterNodeManagerResponsePBImpl.getNodeAction() |
Modifier and Type | Method and Description |
---|---|
void |
NodeHeartbeatResponsePBImpl.setNodeAction(NodeAction nodeAction) |
void |
RegisterNodeManagerResponsePBImpl.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<ContainerId> containersToCleanUp,
List<ApplicationId> applicationsToCleanUp,
MasterKey containerTokenMasterKey,
MasterKey nmTokenMasterKey,
long nextHeartbeatInterval) |
Copyright © 2013 Apache Software Foundation. All rights reserved.