org.apache.hadoop.yarn.api.protocolrecords
Class GetDelegationTokenRequest
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetDelegationTokenRequest
public GetDelegationTokenRequest()
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.