org.apache.hadoop.mapreduce.v2.api.protocolrecords
Interface CancelDelegationTokenRequest
- All Known Implementing Classes:
- CancelDelegationTokenRequestPBImpl
@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface CancelDelegationTokenRequest
The request issued by the client to the ResourceManager to cancel a
delegation token.
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.