org.apache.hadoop.mapreduce.v2.api.protocolrecords
Interface RenewDelegationTokenRequest
- All Known Implementing Classes:
- RenewDelegationTokenRequestPBImpl
@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface RenewDelegationTokenRequest
The request issued by the client to renew a delegation token from
the ResourceManager.
getDelegationToken
org.apache.hadoop.yarn.api.records.Token getDelegationToken()
setDelegationToken
void setDelegationToken(org.apache.hadoop.yarn.api.records.Token dToken)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.