Class UnresolvedTaskManagerLocation
java.lang.Object
org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
- All Implemented Interfaces:
Serializable
This class encapsulates the connection information of a TaskManager, without resolving the
hostname. See also
TaskManagerLocation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedTaskManagerLocation(ResourceID resourceID, String externalAddress, int dataPort, String nodeId) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
UnresolvedTaskManagerLocation
public UnresolvedTaskManagerLocation(ResourceID resourceID, String externalAddress, int dataPort, String nodeId)
-
-
Method Details
-
getResourceID
-
getExternalAddress
-
getDataPort
public int getDataPort() -
getNodeId
-