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.Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getFQDNHostname() |
String |
getHostname() |
int |
getPort() |
ResourceID |
getResourceID() |
String |
toString() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.