Package | Description |
---|---|
org.apache.hadoop.yarn.server.api |
Contains interfaces which define the protocols to communicate with different
YARN server components.
|
org.apache.hadoop.yarn.server.api.impl.pb.client |
Contains protocol client implementations used to communicate with different
YARN server components.
|
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb |
Contains protocol record implementations for YARN server protocols.
|
org.apache.hadoop.yarn.server.utils |
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 |
---|---|
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 © 2022 Apache Software Foundation. All rights reserved.