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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.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.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto>
implements RenewDelegationTokenRequest


Constructor Summary
RenewDelegationTokenRequestPBImpl()
           
RenewDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.Token getDelegationToken()
           
 org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto getProto()
           
 void setDelegationToken(org.apache.hadoop.yarn.api.records.Token token)
           
 
Methods inherited from class org.apache.hadoop.yarn.api.records.impl.pb.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(org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
Method Detail

getDelegationToken

public org.apache.hadoop.yarn.api.records.Token getDelegationToken()
Specified by:
getDelegationToken in interface RenewDelegationTokenRequest

setDelegationToken

public void setDelegationToken(org.apache.hadoop.yarn.api.records.Token token)
Specified by:
setDelegationToken in interface RenewDelegationTokenRequest

getProto

public org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto getProto()
Specified by:
getProto in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto>


Copyright © 2014 Apache Software Foundation. All Rights Reserved.