org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetDelegationTokenRequestPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetDelegationTokenRequestProto>
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetDelegationTokenRequestPBImpl
All Implemented Interfaces:
GetDelegationTokenRequest

public class GetDelegationTokenRequestPBImpl
extends ProtoBase<YarnServiceProtos.GetDelegationTokenRequestProto>
implements GetDelegationTokenRequest


Constructor Summary
GetDelegationTokenRequestPBImpl()
           
GetDelegationTokenRequestPBImpl(YarnServiceProtos.GetDelegationTokenRequestProto proto)
           
 
Method Summary
 YarnServiceProtos.GetDelegationTokenRequestProto getProto()
           
 String getRenewer()
           
 void setRenewer(String renewer)
           
 
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

GetDelegationTokenRequestPBImpl

public GetDelegationTokenRequestPBImpl()

GetDelegationTokenRequestPBImpl

public GetDelegationTokenRequestPBImpl(YarnServiceProtos.GetDelegationTokenRequestProto proto)
Method Detail

getRenewer

public String getRenewer()
Specified by:
getRenewer in interface GetDelegationTokenRequest

setRenewer

public void setRenewer(String renewer)
Specified by:
setRenewer in interface GetDelegationTokenRequest

getProto

public YarnServiceProtos.GetDelegationTokenRequestProto getProto()
Specified by:
getProto in class ProtoBase<YarnServiceProtos.GetDelegationTokenRequestProto>


Copyright © 2012 Apache Software Foundation. All Rights Reserved.