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
ArchivedTaskManagerLocationrepresents a archived (static) version of aTaskManagerLocation. It overcomes the issue withTaskManagerLocation.inetAddressbeing partially transient due to the cache becoming out-dated.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetFQDNHostname()StringgetHostname()intgetPort()ResourceIDgetResourceID()StringtoString()
-