org.apache.hadoop.yarn.api.protocolrecords
Class GetDelegationTokenResponse

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenResponse

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class GetDelegationTokenResponse
extends Object

Response to a GetDelegationTokenRequest request from the client. The response contains the token that can be used by the containers to talk to ClientRMService.


Constructor Summary
GetDelegationTokenResponse()
           
 
Method Summary
abstract  Token getRMDelegationToken()
          The Delegation tokens have a identifier which maps to AbstractDelegationTokenIdentifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDelegationTokenResponse

public GetDelegationTokenResponse()
Method Detail

getRMDelegationToken

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract Token getRMDelegationToken()
The Delegation tokens have a identifier which maps to AbstractDelegationTokenIdentifier.



Copyright © 2014 Apache Software Foundation. All Rights Reserved.