Uses of Interface
org.apache.flink.runtime.taskmanager.TaskManagerLocation.HostNameSupplier
-
Packages that use TaskManagerLocation.HostNameSupplier Package Description org.apache.flink.runtime.taskmanager -
-
Uses of TaskManagerLocation.HostNameSupplier in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement TaskManagerLocation.HostNameSupplier Modifier and Type Class Description static class
TaskManagerLocation.DefaultHostNameSupplier
This 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 class
TaskManagerLocation.IpOnlyHostNameSupplier
This 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.HostNameSupplier Constructor Description TaskManagerLocation(ResourceID resourceID, InetAddress inetAddress, int dataPort, TaskManagerLocation.HostNameSupplier hostNameSupplier, String nodeId)
Constructs a new instance connection info object.
-