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()StringgetEndpoint()StringgetFQDNHostname()StringgetHostname()intgetPort()ResourceIDgetResourceID()StringtoString()
-
-
-
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()
-
-