org.apache.hadoop.yarn.api.protocolrecords
Class RenewDelegationTokenResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.RenewDelegationTokenResponse
@InterfaceAudience.Private
@InterfaceStability.Unstable
public abstract class RenewDelegationTokenResponse
- extends Object
The response to a renewDelegationToken call to the ResourceManager.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenewDelegationTokenResponse
public RenewDelegationTokenResponse()
newInstance
@InterfaceAudience.Private
@InterfaceStability.Unstable
public static RenewDelegationTokenResponse newInstance(long expTime)
getNextExpirationTime
@InterfaceAudience.Private
@InterfaceStability.Unstable
public abstract long getNextExpirationTime()
setNextExpirationTime
@InterfaceAudience.Private
@InterfaceStability.Unstable
public abstract void setNextExpirationTime(long expTime)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.