Package | Description |
---|---|
org.apache.hadoop.yarn.server.api.protocolrecords | |
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb | |
org.apache.hadoop.yarn.server.api.records.impl.pb |
Server records PB implementations.
|
org.apache.hadoop.yarn.server.security | |
org.apache.hadoop.yarn.server.utils |
Modifier and Type | Method and Description |
---|---|
abstract MasterKey |
NodeHeartbeatResponse.getContainerTokenMasterKey() |
abstract MasterKey |
RegisterNodeManagerResponse.getContainerTokenMasterKey() |
abstract MasterKey |
NodeHeartbeatRequest.getLastKnownContainerTokenMasterKey() |
abstract MasterKey |
NodeHeartbeatRequest.getLastKnownNMTokenMasterKey() |
abstract MasterKey |
NodeHeartbeatResponse.getNMTokenMasterKey() |
abstract MasterKey |
RegisterNodeManagerResponse.getNMTokenMasterKey() |
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) |
static NodeHeartbeatRequest |
NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus,
MasterKey lastKnownContainerTokenMasterKey,
MasterKey lastKnownNMTokenMasterKey,
Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels,
Set<org.apache.hadoop.yarn.api.records.NodeAttribute> nodeAttributes,
Map<org.apache.hadoop.yarn.api.records.ApplicationId,AppCollectorData> registeringCollectors) |
abstract void |
NodeHeartbeatResponse.setContainerTokenMasterKey(MasterKey secretKey) |
abstract void |
RegisterNodeManagerResponse.setContainerTokenMasterKey(MasterKey secretKey) |
abstract void |
NodeHeartbeatRequest.setLastKnownContainerTokenMasterKey(MasterKey secretKey) |
abstract void |
NodeHeartbeatRequest.setLastKnownNMTokenMasterKey(MasterKey secretKey) |
abstract void |
NodeHeartbeatResponse.setNMTokenMasterKey(MasterKey secretKey) |
abstract void |
RegisterNodeManagerResponse.setNMTokenMasterKey(MasterKey secretKey) |
Modifier and Type | Method and Description |
---|---|
MasterKey |
RegisterNodeManagerResponsePBImpl.getContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatResponsePBImpl.getContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatRequestPBImpl.getLastKnownContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatRequestPBImpl.getLastKnownNMTokenMasterKey() |
MasterKey |
RegisterNodeManagerResponsePBImpl.getNMTokenMasterKey() |
MasterKey |
NodeHeartbeatResponsePBImpl.getNMTokenMasterKey() |
Modifier and Type | Method and Description |
---|---|
void |
RegisterNodeManagerResponsePBImpl.setContainerTokenMasterKey(MasterKey masterKey) |
void |
NodeHeartbeatResponsePBImpl.setContainerTokenMasterKey(MasterKey masterKey) |
void |
NodeHeartbeatRequestPBImpl.setLastKnownContainerTokenMasterKey(MasterKey masterKey) |
void |
NodeHeartbeatRequestPBImpl.setLastKnownNMTokenMasterKey(MasterKey masterKey) |
void |
RegisterNodeManagerResponsePBImpl.setNMTokenMasterKey(MasterKey masterKey) |
void |
NodeHeartbeatResponsePBImpl.setNMTokenMasterKey(MasterKey masterKey) |
Modifier and Type | Class and Description |
---|---|
class |
MasterKeyPBImpl |
Modifier and Type | Method and Description |
---|---|
MasterKey |
BaseContainerTokenSecretManager.getCurrentKey() |
MasterKey |
BaseNMTokenSecretManager.getCurrentKey() |
MasterKey |
MasterKeyData.getMasterKey() |
Constructor and Description |
---|
MasterKeyData(MasterKey masterKeyRecord,
SecretKey secretKey) |
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) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.