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 NodeHeartbeatResponse.getContainerTokenMasterKey()
           
 MasterKey RegisterNodeManagerResponse.getContainerTokenMasterKey()
           
 MasterKey NodeHeartbeatRequest.getLastKnownContainerTokenMasterKey()
           
 MasterKey NodeHeartbeatRequest.getLastKnownNMTokenMasterKey()
           
 MasterKey NodeHeartbeatResponse.getNMTokenMasterKey()
           
 MasterKey RegisterNodeManagerResponse.getNMTokenMasterKey()
           
 

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

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

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 BaseContainerTokenSecretManager.getCurrentKey()
           
 MasterKey BaseNMTokenSecretManager.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 © 2013 Apache Software Foundation. All Rights Reserved.