|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NodeAction in org.apache.hadoop.yarn.server.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return NodeAction | |
|---|---|
NodeAction |
RegisterNodeManagerResponse.getNodeAction()
|
NodeAction |
NodeHeartbeatResponse.getNodeAction()
|
| Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type NodeAction | |
|---|---|
void |
RegisterNodeManagerResponse.setNodeAction(NodeAction nodeAction)
|
void |
NodeHeartbeatResponse.setNodeAction(NodeAction action)
|
| Uses of NodeAction in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb |
|---|
| Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return NodeAction | |
|---|---|
NodeAction |
RegisterNodeManagerResponsePBImpl.getNodeAction()
|
NodeAction |
NodeHeartbeatResponsePBImpl.getNodeAction()
|
| Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type NodeAction | |
|---|---|
void |
RegisterNodeManagerResponsePBImpl.setNodeAction(NodeAction nodeAction)
|
void |
NodeHeartbeatResponsePBImpl.setNodeAction(NodeAction nodeAction)
|
| Uses of NodeAction in org.apache.hadoop.yarn.server.api.records |
|---|
| Methods in org.apache.hadoop.yarn.server.api.records that return NodeAction | |
|---|---|
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. |
| Uses of NodeAction in org.apache.hadoop.yarn.server.utils |
|---|
| Methods in org.apache.hadoop.yarn.server.utils with parameters of type NodeAction | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||