org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetDelegationTokenResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetDelegationTokenResponseProto>
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetDelegationTokenResponsePBImpl
- All Implemented Interfaces:
- GetDelegationTokenResponse
public class GetDelegationTokenResponsePBImpl
- extends ProtoBase<YarnServiceProtos.GetDelegationTokenResponseProto>
- implements GetDelegationTokenResponse
GetDelegationTokenResponsePBImpl
public GetDelegationTokenResponsePBImpl()
GetDelegationTokenResponsePBImpl
public GetDelegationTokenResponsePBImpl(YarnServiceProtos.GetDelegationTokenResponseProto proto)
getRMDelegationToken
public DelegationToken getRMDelegationToken()
- Specified by:
getRMDelegationToken in interface GetDelegationTokenResponse
setRMDelegationToken
public void setRMDelegationToken(DelegationToken appToken)
- Specified by:
setRMDelegationToken in interface GetDelegationTokenResponse
getProto
public YarnServiceProtos.GetDelegationTokenResponseProto getProto()
- Specified by:
getProto in class ProtoBase<YarnServiceProtos.GetDelegationTokenResponseProto>
Copyright © 2012 Apache Software Foundation. All Rights Reserved.