Uses of Interface
org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenRequest

Packages that use GetDelegationTokenRequest
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords.impl.pb   
 

Uses of GetDelegationTokenRequest in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api with parameters of type GetDelegationTokenRequest
 GetDelegationTokenResponse ClientRMProtocol.getDelegationToken(GetDelegationTokenRequest request)
          The interface used by clients to get delegation token, enabling the containers to be able to talk to the service using those tokens.
 

Uses of GetDelegationTokenRequest in org.apache.hadoop.yarn.api.protocolrecords.impl.pb
 

Classes in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that implement GetDelegationTokenRequest
 class GetDelegationTokenRequestPBImpl
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.