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