org.apache.hadoop.yarn.server.resourcemanager.recovery.records
Class RMDelegationTokenIdentifierData
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.RMDelegationTokenIdentifierData
public class RMDelegationTokenIdentifierData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMDelegationTokenIdentifierData
public RMDelegationTokenIdentifierData()
RMDelegationTokenIdentifierData
public RMDelegationTokenIdentifierData(org.apache.hadoop.yarn.security.client.YARNDelegationTokenIdentifier identifier,
long renewdate)
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
toByteArray
public byte[] toByteArray()
throws IOException
- Throws:
IOException
getTokenIdentifier
public org.apache.hadoop.yarn.security.client.RMDelegationTokenIdentifier getTokenIdentifier()
throws IOException
- Throws:
IOException
getRenewDate
public long getRenewDate()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.