Uses of Interface
org.apache.hadoop.yarn.server.api.records.MasterKey

Packages that use MasterKey
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   
org.apache.hadoop.yarn.server.security   
org.apache.hadoop.yarn.server.utils   
 

Uses of MasterKey in org.apache.hadoop.yarn.server.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return MasterKey
 MasterKey RegisterNodeManagerResponse.getContainerTokenMasterKey()
           
 MasterKey NodeHeartbeatResponse.getContainerTokenMasterKey()
           
abstract  MasterKey NodeHeartbeatRequest.getLastKnownContainerTokenMasterKey()
           
abstract  MasterKey NodeHeartbeatRequest.getLastKnownNMTokenMasterKey()
           
 MasterKey RegisterNodeManagerResponse.getNMTokenMasterKey()
           
 MasterKey NodeHeartbeatResponse.getNMTokenMasterKey()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type MasterKey
static NodeHeartbeatRequest NodeHeartbeatRequest.newInstance(NodeStatus nodeStatus, MasterKey lastKnownContainerTokenMasterKey, MasterKey lastKnownNMTokenMasterKey)
           
 void RegisterNodeManagerResponse.setContainerTokenMasterKey(MasterKey secretKey)
           
 void NodeHeartbeatResponse.setContainerTokenMasterKey(MasterKey secretKey)
           
abstract  void NodeHeartbeatRequest.setLastKnownContainerTokenMasterKey(MasterKey secretKey)
           
abstract  void NodeHeartbeatRequest.setLastKnownNMTokenMasterKey(MasterKey secretKey)
           
 void RegisterNodeManagerResponse.setNMTokenMasterKey(MasterKey secretKey)
           
 void NodeHeartbeatResponse.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 MasterKey
 MasterKey RegisterNodeManagerResponsePBImpl.getContainerTokenMasterKey()
           
 MasterKey NodeHeartbeatResponsePBImpl.getContainerTokenMasterKey()
           
 MasterKey NodeHeartbeatRequestPBImpl.getLastKnownContainerTokenMasterKey()
           
 MasterKey NodeHeartbeatRequestPBImpl.getLastKnownNMTokenMasterKey()
           
 MasterKey RegisterNodeManagerResponsePBImpl.getNMTokenMasterKey()
           
 MasterKey NodeHeartbeatResponsePBImpl.getNMTokenMasterKey()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type MasterKey
 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)
           
 

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
 class MasterKeyPBImpl
           
 

Uses of MasterKey in org.apache.hadoop.yarn.server.security
 

Methods in org.apache.hadoop.yarn.server.security that return MasterKey
 MasterKey BaseNMTokenSecretManager.getCurrentKey()
           
 MasterKey BaseContainerTokenSecretManager.getCurrentKey()
           
 MasterKey MasterKeyData.getMasterKey()
           
 

Constructors in org.apache.hadoop.yarn.server.security with parameters of type MasterKey
MasterKeyData(MasterKey masterKeyRecord, SecretKey secretKey)
           
 

Uses of MasterKey in org.apache.hadoop.yarn.server.utils
 

Methods in org.apache.hadoop.yarn.server.utils with parameters of type MasterKey
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 © 2014 Apache Software Foundation. All Rights Reserved.