Class RenewDelegationTokenRequest

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest

@Private @Unstable public abstract class RenewDelegationTokenRequest extends Object
The request issued by the client to renew a delegation token from the ResourceManager.
  • Constructor Details

    • RenewDelegationTokenRequest

      public RenewDelegationTokenRequest()
  • Method Details

    • newInstance

      @Private @Unstable public static RenewDelegationTokenRequest newInstance(Token dToken)
    • getDelegationToken

      @Private @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

      @Private @Unstable public abstract void setDelegationToken(Token dToken)