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