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   
org.apache.hadoop.yarn.server.api.records.impl.pb   
org.apache.hadoop.yarn.server.security   
 

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

Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return MasterKey
 MasterKey NodeHeartbeatRequest.getLastKnownMasterKey()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type MasterKey
 void NodeHeartbeatRequest.setLastKnownMasterKey(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 NodeHeartbeatRequestPBImpl.getLastKnownMasterKey()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type MasterKey
 void NodeHeartbeatRequestPBImpl.setLastKnownMasterKey(MasterKey masterKey)
           
 

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

Methods in org.apache.hadoop.yarn.server.api.records that return MasterKey
 MasterKey RegistrationResponse.getMasterKey()
           
 MasterKey HeartbeatResponse.getMasterKey()
           
 

Methods in org.apache.hadoop.yarn.server.api.records with parameters of type MasterKey
 void RegistrationResponse.setMasterKey(MasterKey secretKey)
           
 void HeartbeatResponse.setMasterKey(MasterKey secretKey)
           
 

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
           
 

Methods in org.apache.hadoop.yarn.server.api.records.impl.pb that return MasterKey
 MasterKey RegistrationResponsePBImpl.getMasterKey()
           
 MasterKey HeartbeatResponsePBImpl.getMasterKey()
           
 

Methods in org.apache.hadoop.yarn.server.api.records.impl.pb with parameters of type MasterKey
 void RegistrationResponsePBImpl.setMasterKey(MasterKey masterKey)
           
 void HeartbeatResponsePBImpl.setMasterKey(MasterKey masterKey)
           
 

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 BaseContainerTokenSecretManager.MasterKeyData.getMasterKey()
           
 

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



Copyright © 2013 Apache Software Foundation. All Rights Reserved.