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 | |
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb |
Contains protocol record implementations for YARN server protocols.
|
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 | Method and Description |
---|---|
static NodeHeartbeatRequest |
NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus,
MasterKey lastKnownContainerTokenMasterKey,
MasterKey lastKnownNMTokenMasterKey,
Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels) |
static NodeHeartbeatRequest |
NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus,
MasterKey lastKnownContainerTokenMasterKey,
MasterKey lastKnownNMTokenMasterKey,
Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels,
Map<org.apache.hadoop.yarn.api.records.ApplicationId,AppCollectorData> registeringCollectors) |
Modifier and Type | Class and Description |
---|---|
class |
NodeHeartbeatRequestPBImpl |
Copyright © 2020 Apache Software Foundation. All rights reserved.