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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetDelegationTokenRequest

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class GetDelegationTokenRequest
extends Object

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


Constructor Summary
GetDelegationTokenRequest()
           
 
Method Summary
abstract  String getRenewer()
           
static GetDelegationTokenRequest newInstance(String renewer)
           
abstract  void setRenewer(String renewer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDelegationTokenRequest

public GetDelegationTokenRequest()
Method Detail

newInstance

@InterfaceAudience.Public
@InterfaceStability.Stable
public static GetDelegationTokenRequest newInstance(String renewer)

getRenewer

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract String getRenewer()

setRenewer

@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract void setRenewer(String renewer)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.