Interface RenewDelegationTokenRequest


@Public @Evolving public interface RenewDelegationTokenRequest
The request issued by the client to renew a delegation token from the ResourceManager.
  • Method Details

    • getDelegationToken

      Token getDelegationToken()
    • setDelegationToken

      void setDelegationToken(Token dToken)