org.apache.hadoop.yarn.api.protocolrecords
Class GetDelegationTokenResponse
java.lang.Object
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.
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 |
GetDelegationTokenResponse
public GetDelegationTokenResponse()
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.