Class TimelineDelegationTokenIdentifierData

java.lang.Object
org.apache.hadoop.yarn.server.timeline.recovery.records.TimelineDelegationTokenIdentifierData

public class TimelineDelegationTokenIdentifierData extends Object
  • Constructor Details

    • TimelineDelegationTokenIdentifierData

      public TimelineDelegationTokenIdentifierData()
    • TimelineDelegationTokenIdentifierData

      public TimelineDelegationTokenIdentifierData(org.apache.hadoop.yarn.security.client.TimelineDelegationTokenIdentifier identifier, long renewdate)
  • Method Details

    • 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.TimelineDelegationTokenIdentifier getTokenIdentifier() throws IOException
      Throws:
      IOException
    • getRenewDate

      public long getRenewDate()