public class RMDelegationTokenIdentifierData extends Object
| Constructor and Description |
|---|
RMDelegationTokenIdentifierData() |
RMDelegationTokenIdentifierData(org.apache.hadoop.yarn.security.client.YARNDelegationTokenIdentifier identifier,
long renewdate) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRenewDate() |
org.apache.hadoop.yarn.security.client.RMDelegationTokenIdentifier |
getTokenIdentifier() |
void |
readFields(DataInput in) |
byte[] |
toByteArray() |
public RMDelegationTokenIdentifierData()
public RMDelegationTokenIdentifierData(org.apache.hadoop.yarn.security.client.YARNDelegationTokenIdentifier identifier,
long renewdate)
public void readFields(DataInput in) throws IOException
IOExceptionpublic byte[] toByteArray()
throws IOException
IOExceptionpublic org.apache.hadoop.yarn.security.client.RMDelegationTokenIdentifier getTokenIdentifier()
throws IOException
IOExceptionpublic long getRenewDate()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.