org.apache.hadoop.yarn.api.protocolrecords
Interface GetDelegationTokenRequest


@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface GetDelegationTokenRequest

The request issued by the client to get a delegation token from the ResourceManager. for more information.


Method Summary
 String getRenewer()
           
 void setRenewer(String renewer)
           
 

Method Detail

getRenewer

String getRenewer()

setRenewer

void setRenewer(String renewer)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.