| Modifier and Type | Method and Description |
|---|---|
abstract NodeStatus |
NodeHeartbeatRequest.getNodeStatus() |
| Modifier and Type | Method and Description |
|---|---|
static NodeHeartbeatRequest |
NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus,
MasterKey lastKnownContainerTokenMasterKey,
MasterKey lastKnownNMTokenMasterKey) |
abstract void |
NodeHeartbeatRequest.setNodeStatus(NodeStatus status) |
| Modifier and Type | Method and Description |
|---|---|
NodeStatus |
NodeHeartbeatRequestPBImpl.getNodeStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeHeartbeatRequestPBImpl.setNodeStatus(NodeStatus nodeStatus) |
| Modifier and Type | Method and Description |
|---|---|
static NodeStatus |
NodeStatus.newInstance(org.apache.hadoop.yarn.api.records.NodeId nodeId,
int responseId,
List<org.apache.hadoop.yarn.api.records.ContainerStatus> containerStatuses,
List<org.apache.hadoop.yarn.api.records.ApplicationId> keepAliveApplications,
NodeHealthStatus nodeHealthStatus) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeStatusPBImpl |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.