Class RenewDelegationTokenRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenRequest
The request issued by the client to renew a delegation token from
the
ResourceManager.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TokenGet the delegation token requested to be renewed by the client.static RenewDelegationTokenRequestnewInstance(Token dToken) abstract voidsetDelegationToken(Token dToken)
-
Constructor Details
-
RenewDelegationTokenRequest
public RenewDelegationTokenRequest()
-
-
Method Details
-
newInstance
-
getDelegationToken
Get the delegation token requested to be renewed by the client.- Returns:
- the delegation token requested to be renewed by the client.
-
setDelegationToken
-