Uses of Interface
org.apache.flink.runtime.taskmanager.TaskManagerLocation.HostNameSupplier
Packages that use TaskManagerLocation.HostNameSupplier
-
Uses of TaskManagerLocation.HostNameSupplier in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement TaskManagerLocation.HostNameSupplierModifier and TypeClassDescriptionstatic classThis Supplier class could retrieve the FQDN host name of the given InetAddress on demand, extract the pure host name and cache the results for later use.static classThis Supplier class returns the IP address of the given InetAddress directly, therefore no reverse DNS lookup is required.Constructors in org.apache.flink.runtime.taskmanager with parameters of type TaskManagerLocation.HostNameSupplierModifierConstructorDescriptionTaskManagerLocation(ResourceID resourceID, InetAddress inetAddress, int dataPort, TaskManagerLocation.HostNameSupplier hostNameSupplier, String nodeId) Constructs a new instance connection info object.