Class ExceptionHistoryEntry.ArchivedTaskManagerLocation

java.lang.Object
org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
All Implemented Interfaces:
Serializable
Enclosing class:
ExceptionHistoryEntry

public static class ExceptionHistoryEntry.ArchivedTaskManagerLocation extends Object implements Serializable
ArchivedTaskManagerLocation represents a archived (static) version of a TaskManagerLocation. It overcomes the issue with TaskManagerLocation.inetAddress being partially transient due to the cache becoming out-dated.
See Also:
  • Method Details

    • getResourceID

      public ResourceID getResourceID()
    • getAddress

      public String getAddress()
    • getPort

      public int getPort()
    • getHostname

      public String getHostname()
    • getFQDNHostname

      public String getFQDNHostname()
    • getEndpoint

      public String getEndpoint()
    • toString

      public String toString()
      Overrides:
      toString in class Object