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

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

public class GetDelegationTokenRequestPBImpl
extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto>
implements GetDelegationTokenRequest


Constructor Summary
GetDelegationTokenRequestPBImpl()
           
GetDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto proto)
           
 
Method Summary
 org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto getProto()
           
 String getRenewer()
           
 void setRenewer(String renewer)
           
 
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

GetDelegationTokenRequestPBImpl

public GetDelegationTokenRequestPBImpl()

GetDelegationTokenRequestPBImpl

public GetDelegationTokenRequestPBImpl(org.apache.hadoop.security.proto.SecurityProtos.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 org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto getProto()
Specified by:
getProto in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto>


Copyright © 2014 Apache Software Foundation. All Rights Reserved.