Class ActivityLocalDispatchInfo

    • Field Detail

      • activityId

        public java.lang.String activityId
      • scheduledTimestamp

        public long scheduledTimestamp
      • startedTimestamp

        public long startedTimestamp
      • scheduledTimestampOfThisAttempt

        public long scheduledTimestampOfThisAttempt
      • taskToken

        public java.nio.ByteBuffer taskToken
    • Constructor Detail

      • ActivityLocalDispatchInfo

        public ActivityLocalDispatchInfo()
      • ActivityLocalDispatchInfo

        public ActivityLocalDispatchInfo​(ActivityLocalDispatchInfo other)
        Performs a deep copy on other.
    • Method Detail

      • getActivityId

        public java.lang.String getActivityId()
      • unsetActivityId

        public void unsetActivityId()
      • isSetActivityId

        public boolean isSetActivityId()
        Returns true if field activityId is set (has been assigned a value) and false otherwise
      • setActivityIdIsSet

        public void setActivityIdIsSet​(boolean value)
      • getScheduledTimestamp

        public long getScheduledTimestamp()
      • unsetScheduledTimestamp

        public void unsetScheduledTimestamp()
      • isSetScheduledTimestamp

        public boolean isSetScheduledTimestamp()
        Returns true if field scheduledTimestamp is set (has been assigned a value) and false otherwise
      • setScheduledTimestampIsSet

        public void setScheduledTimestampIsSet​(boolean value)
      • getStartedTimestamp

        public long getStartedTimestamp()
      • unsetStartedTimestamp

        public void unsetStartedTimestamp()
      • isSetStartedTimestamp

        public boolean isSetStartedTimestamp()
        Returns true if field startedTimestamp is set (has been assigned a value) and false otherwise
      • setStartedTimestampIsSet

        public void setStartedTimestampIsSet​(boolean value)
      • getScheduledTimestampOfThisAttempt

        public long getScheduledTimestampOfThisAttempt()
      • setScheduledTimestampOfThisAttempt

        public ActivityLocalDispatchInfo setScheduledTimestampOfThisAttempt​(long scheduledTimestampOfThisAttempt)
      • unsetScheduledTimestampOfThisAttempt

        public void unsetScheduledTimestampOfThisAttempt()
      • isSetScheduledTimestampOfThisAttempt

        public boolean isSetScheduledTimestampOfThisAttempt()
        Returns true if field scheduledTimestampOfThisAttempt is set (has been assigned a value) and false otherwise
      • setScheduledTimestampOfThisAttemptIsSet

        public void setScheduledTimestampOfThisAttemptIsSet​(boolean value)
      • getTaskToken

        public byte[] getTaskToken()
      • bufferForTaskToken

        public java.nio.ByteBuffer bufferForTaskToken()
      • unsetTaskToken

        public void unsetTaskToken()
      • isSetTaskToken

        public boolean isSetTaskToken()
        Returns true if field taskToken is set (has been assigned a value) and false otherwise
      • setTaskTokenIsSet

        public void setTaskTokenIsSet​(boolean value)
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException