Class JobExceptionsInfoWithHistory.ExceptionInfo

java.lang.Object
org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
Direct Known Subclasses:
JobExceptionsInfoWithHistory.RootExceptionInfo
Enclosing class:
JobExceptionsInfoWithHistory

public static class JobExceptionsInfoWithHistory.ExceptionInfo extends Object
Json equivalent of ExceptionHistoryEntry.
  • Field Details

  • Constructor Details

    • ExceptionInfo

      public ExceptionInfo(String exceptionName, String stacktrace, long timestamp)
    • ExceptionInfo

      public ExceptionInfo(String exceptionName, String stacktrace, long timestamp, Map<String,String> failureLabels, @Nullable String taskName, @Nullable String endpoint, @Nullable String taskManagerId)
  • Method Details

    • getExceptionName

      public String getExceptionName()
    • getStacktrace

      public String getStacktrace()
    • getTimestamp

      public long getTimestamp()
    • getTaskName

      @Nullable public String getTaskName()
    • getEndpoint

      @Nullable public String getEndpoint()
    • getTaskManagerId

      @Nullable public String getTaskManagerId()
    • getFailureLabels

      public Map<String,String> getFailureLabels()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object