| 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 | 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 | Description |
|---|---|---|
static NodeHeartbeatRequest |
NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus,
MasterKey lastKnownContainerTokenMasterKey,
MasterKey lastKnownNMTokenMasterKey,
java.util.Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels) |
|
static NodeHeartbeatRequest |
NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus,
MasterKey lastKnownContainerTokenMasterKey,
MasterKey lastKnownNMTokenMasterKey,
java.util.Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels,
java.util.Map<org.apache.hadoop.yarn.api.records.ApplicationId,AppCollectorData> registeringCollectors) |
|
static NodeHeartbeatRequest |
NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus,
MasterKey lastKnownContainerTokenMasterKey,
MasterKey lastKnownNMTokenMasterKey,
java.util.Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels,
java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttribute> nodeAttributes,
java.util.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 | Description |
|---|---|---|
MasterKey |
NodeHeartbeatResponsePBImpl.getContainerTokenMasterKey() |
|
MasterKey |
RegisterNodeManagerResponsePBImpl.getContainerTokenMasterKey() |
|
MasterKey |
NodeHeartbeatRequestPBImpl.getLastKnownContainerTokenMasterKey() |
|
MasterKey |
NodeHeartbeatRequestPBImpl.getLastKnownNMTokenMasterKey() |
|
MasterKey |
NodeHeartbeatResponsePBImpl.getNMTokenMasterKey() |
|
MasterKey |
RegisterNodeManagerResponsePBImpl.getNMTokenMasterKey() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NodeHeartbeatResponsePBImpl.setContainerTokenMasterKey(MasterKey masterKey) |
|
void |
RegisterNodeManagerResponsePBImpl.setContainerTokenMasterKey(MasterKey masterKey) |
|
void |
NodeHeartbeatRequestPBImpl.setLastKnownContainerTokenMasterKey(MasterKey masterKey) |
|
void |
NodeHeartbeatRequestPBImpl.setLastKnownNMTokenMasterKey(MasterKey masterKey) |
|
void |
NodeHeartbeatResponsePBImpl.setNMTokenMasterKey(MasterKey masterKey) |
|
void |
RegisterNodeManagerResponsePBImpl.setNMTokenMasterKey(MasterKey masterKey) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MasterKeyPBImpl |
| Modifier and Type | Method | Description |
|---|---|---|
MasterKey |
BaseContainerTokenSecretManager.getCurrentKey() |
|
MasterKey |
BaseNMTokenSecretManager.getCurrentKey() |
|
MasterKey |
MasterKeyData.getMasterKey() |
| Constructor | Description |
|---|---|
MasterKeyData(MasterKey masterKeyRecord,
javax.crypto.SecretKey secretKey) |
| Modifier and Type | Method | Description |
|---|---|---|
static NodeHeartbeatResponse |
YarnServerBuilderUtils.newNodeHeartbeatResponse(int responseId,
NodeAction action,
java.util.List<org.apache.hadoop.yarn.api.records.ContainerId> containersToCleanUp,
java.util.List<org.apache.hadoop.yarn.api.records.ApplicationId> applicationsToCleanUp,
MasterKey containerTokenMasterKey,
MasterKey nmTokenMasterKey,
long nextHeartbeatInterval) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.