Class 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:
    Serialized Form
    • Method Detail

      • getResourceID

        public ResourceID getResourceID()
      • getAddress

        public String getAddress()
      • getPort

        public int getPort()
      • getHostname

        public String getHostname()
      • getFQDNHostname

        public String getFQDNHostname()
      • getEndpoint

        public String getEndpoint()