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: