Modifier and Type | Method and Description |
---|---|
NodeHeartbeatResponse |
ResourceTracker.nodeHeartbeat(NodeHeartbeatRequest request) |
Modifier and Type | Method and Description |
---|---|
NodeHeartbeatResponse |
ResourceTrackerPBClientImpl.nodeHeartbeat(NodeHeartbeatRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
NodeHeartbeatResponsePBImpl |
Modifier and Type | Method and Description |
---|---|
NodeHeartbeatResponse |
ResourceTrackerService.nodeHeartbeat(NodeHeartbeatRequest request) |
Modifier and Type | Method and Description |
---|---|
NodeHeartbeatResponse |
RMNodeImpl.getLastNodeHeartBeatResponse() |
NodeHeartbeatResponse |
RMNode.getLastNodeHeartBeatResponse() |
NodeHeartbeatResponse |
RMNodeStatusEvent.getLatestResponse() |
Modifier and Type | Method and Description |
---|---|
void |
RMNodeImpl.updateNodeHeartbeatResponseForCleanup(NodeHeartbeatResponse response) |
void |
RMNode.updateNodeHeartbeatResponseForCleanup(NodeHeartbeatResponse response)
Update a
NodeHeartbeatResponse with the list of containers and
applications to clean up for this node. |
Constructor and Description |
---|
RMNodeStatusEvent(NodeId nodeId,
NodeHealthStatus nodeHealthStatus,
List<ContainerStatus> collection,
List<ApplicationId> keepAliveAppIds,
NodeHeartbeatResponse latestResponse) |
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.