org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
Class RenewDelegationTokenRequestPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<MRServiceProtos.RenewDelegationTokenRequestProto>
      extended by 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


Constructor Summary
RenewDelegationTokenRequestPBImpl()
           
RenewDelegationTokenRequestPBImpl(MRServiceProtos.RenewDelegationTokenRequestProto proto)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.DelegationToken getDelegationToken()
           
 MRServiceProtos.RenewDelegationTokenRequestProto getProto()
           
 void setDelegationToken(org.apache.hadoop.yarn.api.records.DelegationToken token)
           
 
Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenewDelegationTokenRequestPBImpl

public RenewDelegationTokenRequestPBImpl()

RenewDelegationTokenRequestPBImpl

public RenewDelegationTokenRequestPBImpl(MRServiceProtos.RenewDelegationTokenRequestProto proto)
Method Detail

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.