Writable@Evolving public static class AbstractDelegationTokenSecretManager.DelegationTokenInformation extends java.lang.Object implements Writable
| Constructor | Description |
|---|---|
DelegationTokenInformation() |
|
DelegationTokenInformation(long renewDate,
byte[] password) |
|
DelegationTokenInformation(long renewDate,
byte[] password,
java.lang.String trackingId) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getRenewDate() |
|
java.lang.String |
getTrackingId() |
|
void |
readFields(java.io.DataInput in) |
Deserialize the fields of this object from
in. |
void |
write(java.io.DataOutput out) |
Serialize the fields of this object to
out. |
public DelegationTokenInformation()
public DelegationTokenInformation(long renewDate,
byte[] password)
public DelegationTokenInformation(long renewDate,
byte[] password,
java.lang.String trackingId)
public long getRenewDate()
public java.lang.String getTrackingId()
public void write(java.io.DataOutput out)
throws java.io.IOException
Writableout.public void readFields(java.io.DataInput in)
throws java.io.IOException
Writablein.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
readFields in interface Writablein - DataInput to deseriablize this object from.java.io.IOException - any other problem for readFields.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.