Modifier and Type | Method and Description |
---|---|
MasterKey |
RegisterNodeManagerResponse.getContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatResponse.getContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatRequest.getLastKnownContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatRequest.getLastKnownNMTokenMasterKey() |
MasterKey |
RegisterNodeManagerResponse.getNMTokenMasterKey() |
MasterKey |
NodeHeartbeatResponse.getNMTokenMasterKey() |
Modifier and Type | Method and Description |
---|---|
void |
RegisterNodeManagerResponse.setContainerTokenMasterKey(MasterKey secretKey) |
void |
NodeHeartbeatResponse.setContainerTokenMasterKey(MasterKey secretKey) |
void |
NodeHeartbeatRequest.setLastKnownContainerTokenMasterKey(MasterKey secretKey) |
void |
NodeHeartbeatRequest.setLastKnownNMTokenMasterKey(MasterKey secretKey) |
void |
RegisterNodeManagerResponse.setNMTokenMasterKey(MasterKey secretKey) |
void |
NodeHeartbeatResponse.setNMTokenMasterKey(MasterKey secretKey) |
Modifier and Type | Method and Description |
---|---|
MasterKey |
NodeHeartbeatResponsePBImpl.getContainerTokenMasterKey() |
MasterKey |
RegisterNodeManagerResponsePBImpl.getContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatRequestPBImpl.getLastKnownContainerTokenMasterKey() |
MasterKey |
NodeHeartbeatRequestPBImpl.getLastKnownNMTokenMasterKey() |
MasterKey |
NodeHeartbeatResponsePBImpl.getNMTokenMasterKey() |
MasterKey |
RegisterNodeManagerResponsePBImpl.getNMTokenMasterKey() |
Modifier and Type | Method and 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 and Description |
---|---|
class |
MasterKeyPBImpl |
Modifier and Type | Method and Description |
---|---|
void |
NMContainerTokenSecretManager.setMasterKey(MasterKey masterKeyRecord)
Used by NodeManagers to create a token-secret-manager with the key obtained
from the RM.
|
void |
NMTokenSecretManagerInNM.setMasterKey(MasterKey masterKey)
Used by NodeManagers to create a token-secret-manager with the key
obtained from the RM.
|
Modifier and Type | Method and Description |
---|---|
MasterKey |
NMTokenSecretManagerInRM.getNextKey() |
MasterKey |
RMContainerTokenSecretManager.getNextKey() |
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<ContainerId> containersToCleanUp,
List<ApplicationId> applicationsToCleanUp,
MasterKey containerTokenMasterKey,
MasterKey nmTokenMasterKey,
long nextHeartbeatInterval) |
Copyright © 2013 Apache Software Foundation. All rights reserved.