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

java.lang.Object
  extended by 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.


Constructor Summary
RenewDelegationTokenRequest()
           
 
Method Summary
abstract  Token getDelegationToken()
          Get the delegation token requested to be renewed by the client.
static RenewDelegationTokenRequest newInstance(Token dToken)
           
abstract  void setDelegationToken(Token dToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenewDelegationTokenRequest

public RenewDelegationTokenRequest()
Method Detail

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.