org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
Class RenewDelegationTokenRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.ProtoBase<MRServiceProtos.RenewDelegationTokenRequestProto>
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.RenewDelegationTokenRequestPBImpl
- All Implemented Interfaces:
- RenewDelegationTokenRequest
public class RenewDelegationTokenRequestPBImpl
- extends org.apache.hadoop.yarn.api.records.ProtoBase<MRServiceProtos.RenewDelegationTokenRequestProto>
- implements RenewDelegationTokenRequest
| Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase |
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString |
RenewDelegationTokenRequestPBImpl
public RenewDelegationTokenRequestPBImpl()
RenewDelegationTokenRequestPBImpl
public RenewDelegationTokenRequestPBImpl(MRServiceProtos.RenewDelegationTokenRequestProto proto)
getDelegationToken
public org.apache.hadoop.yarn.api.records.DelegationToken getDelegationToken()
- Specified by:
getDelegationToken in interface RenewDelegationTokenRequest
setDelegationToken
public void setDelegationToken(org.apache.hadoop.yarn.api.records.DelegationToken token)
- Specified by:
setDelegationToken in interface RenewDelegationTokenRequest
getProto
public MRServiceProtos.RenewDelegationTokenRequestProto getProto()
- Specified by:
getProto in class org.apache.hadoop.yarn.api.records.ProtoBase<MRServiceProtos.RenewDelegationTokenRequestProto>
Copyright © 2013 Apache Software Foundation. All Rights Reserved.