Uses of Interface
org.apache.hadoop.yarn.server.api.records.MasterKey
Packages that use MasterKey
Package
Description
Server records PB implementations.
-
Uses of MasterKey in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return MasterKeyModifier and TypeMethodDescriptionabstract MasterKeyNodeHeartbeatResponse.getContainerTokenMasterKey()abstract MasterKeyRegisterNodeManagerResponse.getContainerTokenMasterKey()abstract MasterKeyNodeHeartbeatRequest.getLastKnownContainerTokenMasterKey()abstract MasterKeyNodeHeartbeatRequest.getLastKnownNMTokenMasterKey()abstract MasterKeyNodeHeartbeatResponse.getNMTokenMasterKey()abstract MasterKeyRegisterNodeManagerResponse.getNMTokenMasterKey()Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type MasterKeyModifier and TypeMethodDescriptionstatic NodeHeartbeatRequestNodeHeartbeatRequest.newInstance(NodeStatus nodeStatus, MasterKey lastKnownContainerTokenMasterKey, MasterKey lastKnownNMTokenMasterKey, Set<org.apache.hadoop.yarn.api.records.NodeLabel> nodeLabels) static NodeHeartbeatRequestNodeHeartbeatRequest.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 NodeHeartbeatRequestNodeHeartbeatRequest.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 voidNodeHeartbeatResponse.setContainerTokenMasterKey(MasterKey secretKey) abstract voidRegisterNodeManagerResponse.setContainerTokenMasterKey(MasterKey secretKey) abstract voidNodeHeartbeatRequest.setLastKnownContainerTokenMasterKey(MasterKey secretKey) abstract voidNodeHeartbeatRequest.setLastKnownNMTokenMasterKey(MasterKey secretKey) abstract voidNodeHeartbeatResponse.setNMTokenMasterKey(MasterKey secretKey) abstract voidRegisterNodeManagerResponse.setNMTokenMasterKey(MasterKey secretKey) -
Uses of MasterKey in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return MasterKeyModifier and TypeMethodDescriptionNodeHeartbeatResponsePBImpl.getContainerTokenMasterKey()RegisterNodeManagerResponsePBImpl.getContainerTokenMasterKey()NodeHeartbeatRequestPBImpl.getLastKnownContainerTokenMasterKey()NodeHeartbeatRequestPBImpl.getLastKnownNMTokenMasterKey()NodeHeartbeatResponsePBImpl.getNMTokenMasterKey()RegisterNodeManagerResponsePBImpl.getNMTokenMasterKey()Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type MasterKeyModifier and TypeMethodDescriptionvoidNodeHeartbeatResponsePBImpl.setContainerTokenMasterKey(MasterKey masterKey) voidRegisterNodeManagerResponsePBImpl.setContainerTokenMasterKey(MasterKey masterKey) voidNodeHeartbeatRequestPBImpl.setLastKnownContainerTokenMasterKey(MasterKey masterKey) voidNodeHeartbeatRequestPBImpl.setLastKnownNMTokenMasterKey(MasterKey masterKey) voidNodeHeartbeatResponsePBImpl.setNMTokenMasterKey(MasterKey masterKey) voidRegisterNodeManagerResponsePBImpl.setNMTokenMasterKey(MasterKey masterKey) -
Uses of MasterKey in org.apache.hadoop.yarn.server.api.records.impl.pb
Classes in org.apache.hadoop.yarn.server.api.records.impl.pb that implement MasterKey -
Uses of MasterKey in org.apache.hadoop.yarn.server.security
Methods in org.apache.hadoop.yarn.server.security that return MasterKeyModifier and TypeMethodDescriptionBaseContainerTokenSecretManager.getCurrentKey()BaseNMTokenSecretManager.getCurrentKey()MasterKeyData.getMasterKey()Constructors in org.apache.hadoop.yarn.server.security with parameters of type MasterKey -
Uses of MasterKey in org.apache.hadoop.yarn.server.utils
Methods in org.apache.hadoop.yarn.server.utils with parameters of type MasterKeyModifier and TypeMethodDescriptionstatic NodeHeartbeatResponseYarnServerBuilderUtils.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)