org.apache.hadoop.yarn.api.protocolrecords
Class RenewDelegationTokenRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest
@InterfaceAudience.Private
@InterfaceStability.Unstable
public abstract class RenewDelegationTokenRequest
- extends Object
The request issued by the client to renew a delegation token from
the ResourceManager.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenewDelegationTokenRequest
public RenewDelegationTokenRequest()
newInstance
@InterfaceAudience.Private
@InterfaceStability.Unstable
public static RenewDelegationTokenRequest newInstance(Token dToken)
getDelegationToken
@InterfaceAudience.Private
@InterfaceStability.Unstable
public abstract Token getDelegationToken()
- Get the delegation token requested to be renewed by the client.
- Returns:
- the delegation token requested to be renewed by the client.
setDelegationToken
@InterfaceAudience.Private
@InterfaceStability.Unstable
public abstract void setDelegationToken(Token dToken)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.