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 aTaskManagerLocation
. It overcomes the issue withTaskManagerLocation.inetAddress
being 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 String
getAddress()
String
getEndpoint()
String
getFQDNHostname()
String
getHostname()
int
getPort()
ResourceID
getResourceID()
String
toString()
-
-
-
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()
-
-